FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
sr_packet.h File Reference
+ Include dependency graph for sr_packet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ip6_sr_header_t
 

Macros

#define IPPROTO_IPV6_ROUTE   43
 
#define ROUTING_HEADER_TYPE_SR   4
 
#define IP6_SR_HEADER_FLAG_PROTECTED   (0x40)
 
#define IP6_SR_HEADER_FLAG_OAM   (0x20)
 
#define IP6_SR_HEADER_FLAG_ALERT   (0x10)
 
#define IP6_SR_HEADER_FLAG_HMAC   (0x80)
 

Macro Definition Documentation

◆ IP6_SR_HEADER_FLAG_ALERT

#define IP6_SR_HEADER_FLAG_ALERT   (0x10)

Definition at line 140 of file sr_packet.h.

◆ IP6_SR_HEADER_FLAG_HMAC

#define IP6_SR_HEADER_FLAG_HMAC   (0x80)

Definition at line 141 of file sr_packet.h.

◆ IP6_SR_HEADER_FLAG_OAM

#define IP6_SR_HEADER_FLAG_OAM   (0x20)

Definition at line 139 of file sr_packet.h.

◆ IP6_SR_HEADER_FLAG_PROTECTED

#define IP6_SR_HEADER_FLAG_PROTECTED   (0x40)

Definition at line 138 of file sr_packet.h.

◆ IPPROTO_IPV6_ROUTE

#define IPPROTO_IPV6_ROUTE   43

Definition at line 113 of file sr_packet.h.

◆ ROUTING_HEADER_TYPE_SR

#define ROUTING_HEADER_TYPE_SR   4

Definition at line 116 of file sr_packet.h.