FD.io VPP  v21.06
Vector Packet Processing
lcp.h File Reference
+ Include dependency graph for lcp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  lcp_main_s
 

Macros

#define LCP_NS_LEN   32
 

Typedefs

typedef struct lcp_main_s lcp_main_t
 

Functions

int lcp_set_default_ns (u8 *ns)
 Get/Set the default namespace for LCP host taps. More...
 
u8lcp_get_default_ns (void)
 
int lcp_get_default_ns_fd (void)
 

Variables

lcp_main_t lcp_main
 

Macro Definition Documentation

◆ LCP_NS_LEN

#define LCP_NS_LEN   32

Definition at line 20 of file lcp.h.

Typedef Documentation

◆ lcp_main_t

typedef struct lcp_main_s lcp_main_t

Function Documentation

◆ lcp_get_default_ns()

u8* lcp_get_default_ns ( void  )

Definition at line 27 of file lcp.c.

+ Here is the caller graph for this function:

◆ lcp_get_default_ns_fd()

int lcp_get_default_ns_fd ( void  )

Definition at line 37 of file lcp.c.

◆ lcp_set_default_ns()

int lcp_set_default_ns ( u8 ns)

Get/Set the default namespace for LCP host taps.

Definition at line 48 of file lcp.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ lcp_main

lcp_main_t lcp_main

Definition at line 24 of file lcp.c.