FD.io VPP  v19.08.1-401-g8e4ed521a
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

◆ add_protocol()

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

Definition at line 153 of file osi.c.

◆ format_osi_header()

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:

◆ format_osi_header_with_length()

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:

◆ format_osi_protocol()

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:

◆ osi_init()

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:

◆ unformat_osi_header()

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:

◆ unformat_osi_protocol()

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

osi_main_t osi_main

Definition at line 44 of file osi.c.