FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
bfd_protocol.c File Reference
+ Include dependency graph for bfd_protocol.c:

Go to the source code of this file.

Functions

u8 bfd_pkt_get_version (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_version (bfd_pkt_t *pkt, int version)
 
u8 bfd_pkt_get_diag_code (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_diag_code (bfd_pkt_t *pkt, int value)
 
u8 bfd_pkt_get_state (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_state (bfd_pkt_t *pkt, int value)
 
u8 bfd_pkt_get_poll (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_final (bfd_pkt_t *pkt)
 
u8 bfd_pkt_get_final (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_poll (bfd_pkt_t *pkt)
 
u8 bfd_pkt_get_control_plane_independent (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_control_plane_independent (bfd_pkt_t *pkt)
 
u8 bfd_pkt_get_auth_present (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_auth_present (bfd_pkt_t *pkt)
 
u8 bfd_pkt_get_demand (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_demand (bfd_pkt_t *pkt)
 
u8 bfd_pkt_get_multipoint (const bfd_pkt_t *pkt)
 
void bfd_pkt_set_multipoint (bfd_pkt_t *pkt)
 

Function Documentation

u8 bfd_pkt_get_auth_present ( const bfd_pkt_t *  pkt)

Definition at line 55 of file bfd_protocol.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 bfd_pkt_get_control_plane_independent ( const bfd_pkt_t *  pkt)

Definition at line 48 of file bfd_protocol.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 bfd_pkt_get_demand ( const bfd_pkt_t *  pkt)

Definition at line 62 of file bfd_protocol.c.

+ Here is the caller graph for this function:

u8 bfd_pkt_get_diag_code ( const bfd_pkt_t *  pkt)

Definition at line 14 of file bfd_protocol.c.

+ Here is the caller graph for this function:

u8 bfd_pkt_get_final ( const bfd_pkt_t *  pkt)

Definition at line 42 of file bfd_protocol.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 bfd_pkt_get_multipoint ( const bfd_pkt_t *  pkt)

Definition at line 69 of file bfd_protocol.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 bfd_pkt_get_poll ( const bfd_pkt_t *  pkt)

Definition at line 35 of file bfd_protocol.c.

+ Here is the caller graph for this function:

u8 bfd_pkt_get_state ( const bfd_pkt_t *  pkt)

Definition at line 25 of file bfd_protocol.c.

+ Here is the caller graph for this function:

u8 bfd_pkt_get_version ( const bfd_pkt_t *  pkt)

Definition at line 3 of file bfd_protocol.c.

+ Here is the caller graph for this function:

void bfd_pkt_set_auth_present ( bfd_pkt_t *  pkt)

+ Here is the caller graph for this function:

void bfd_pkt_set_control_plane_independent ( bfd_pkt_t *  pkt)

+ Here is the caller graph for this function:

void bfd_pkt_set_demand ( bfd_pkt_t *  pkt)

Definition at line 67 of file bfd_protocol.c.

+ Here is the caller graph for this function:

void bfd_pkt_set_diag_code ( bfd_pkt_t *  pkt,
int  value 
)

Definition at line 19 of file bfd_protocol.c.

+ Here is the caller graph for this function:

void bfd_pkt_set_final ( bfd_pkt_t *  pkt)

Definition at line 40 of file bfd_protocol.c.

+ Here is the caller graph for this function:

void bfd_pkt_set_multipoint ( bfd_pkt_t *  pkt)

+ Here is the caller graph for this function:

void bfd_pkt_set_poll ( bfd_pkt_t *  pkt)

+ Here is the caller graph for this function:

void bfd_pkt_set_state ( bfd_pkt_t *  pkt,
int  value 
)

Definition at line 30 of file bfd_protocol.c.

+ Here is the caller graph for this function:

void bfd_pkt_set_version ( bfd_pkt_t *  pkt,
int  version 
)

Definition at line 8 of file bfd_protocol.c.

+ Here is the caller graph for this function: