FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
dslite.c File Reference
+ Include dependency graph for dslite.c:

Go to the source code of this file.

Functions

void dslite_init (vlib_main_t *vm)
 
int dslite_set_aftr_ip6_addr (dslite_main_t *dm, ip6_address_t *addr)
 
int dslite_add_del_pool_addr (dslite_main_t *dm, ip4_address_t *addr, u8 is_add)
 
u8format_dslite_trace (u8 *s, va_list *args)
 

Variables

dslite_main_t dslite_main
 

Function Documentation

int dslite_add_del_pool_addr ( dslite_main_t dm,
ip4_address_t addr,
u8  is_add 
)

Definition at line 93 of file dslite.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void dslite_init ( vlib_main_t vm)

Definition at line 22 of file dslite.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dslite_set_aftr_ip6_addr ( dslite_main_t dm,
ip6_address_t addr 
)

Definition at line 72 of file dslite.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_dslite_trace ( u8 s,
va_list *  args 
)

Definition at line 146 of file dslite.c.

+ Here is the call graph for this function:

Variable Documentation

dslite_main_t dslite_main

Definition at line 19 of file dslite.c.