FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
osi.c File Reference
+ Include dependency graph for osi.c:

Go to the source code of this file.

Functions

u8format_osi_protocol (u8 *s, va_list *args)
 
u8format_osi_header_with_length (u8 *s, va_list *args)
 
u8format_osi_header (u8 *s, va_list *args)
 
uword unformat_osi_protocol (unformat_input_t *input, va_list *args)
 
uword unformat_osi_header (unformat_input_t *input, va_list *args)
 
static void add_protocol (osi_main_t *pm, osi_protocol_t protocol, char *protocol_name)
 
static clib_error_tosi_init (vlib_main_t *vm)
 

Variables

osi_main_t osi_main
 

Function Documentation

static void add_protocol ( osi_main_t pm,
osi_protocol_t  protocol,
char *  protocol_name 
)
static

Definition at line 153 of file osi.c.

u8* format_osi_header ( u8 s,
va_list *  args 
)

Definition at line 93 of file osi.c.

+ Here is the call graph for this function:

u8* format_osi_header_with_length ( u8 s,
va_list *  args 
)

Definition at line 62 of file osi.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_osi_protocol ( u8 s,
va_list *  args 
)

Definition at line 47 of file osi.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* osi_init ( vlib_main_t vm)
static

Definition at line 170 of file osi.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword unformat_osi_header ( unformat_input_t input,
va_list *  args 
)

Definition at line 129 of file osi.c.

+ Here is the call graph for this function:

uword unformat_osi_protocol ( unformat_input_t input,
va_list *  args 
)

Definition at line 101 of file osi.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

osi_main_t osi_main

Definition at line 44 of file osi.c.