FD.io VPP  v19.08-27-gf4dcae4
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

#define IP6_SR_HEADER_FLAG_ALERT   (0x10)

Definition at line 141 of file sr_packet.h.

#define IP6_SR_HEADER_FLAG_HMAC   (0x80)

Definition at line 142 of file sr_packet.h.

#define IP6_SR_HEADER_FLAG_OAM   (0x20)

Definition at line 140 of file sr_packet.h.

#define IP6_SR_HEADER_FLAG_PROTECTED   (0x40)

Definition at line 139 of file sr_packet.h.

#define IPPROTO_IPV6_ROUTE   43

Definition at line 114 of file sr_packet.h.

#define ROUTING_HEADER_TYPE_SR   4

Definition at line 117 of file sr_packet.h.