FD.io VPP  v19.04.1-1-ge4a0f9f
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)
 
void dslite_set_ce (dslite_main_t *dm, u8 set)
 
int dslite_set_aftr_ip6_addr (dslite_main_t *dm, ip6_address_t *addr)
 
int dslite_set_aftr_ip4_addr (dslite_main_t *dm, ip4_address_t *addr)
 
int dslite_set_b4_ip6_addr (dslite_main_t *dm, ip6_address_t *addr)
 
int dslite_set_b4_ip4_addr (dslite_main_t *dm, ip4_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)
 
u8format_dslite_ce_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 188 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_ip4_addr ( dslite_main_t dm,
ip4_address_t addr 
)

Definition at line 136 of file dslite.c.

+ 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 100 of file dslite.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dslite_set_b4_ip4_addr ( dslite_main_t dm,
ip4_address_t addr 
)

Definition at line 173 of file dslite.c.

+ Here is the caller graph for this function:

int dslite_set_b4_ip6_addr ( dslite_main_t dm,
ip6_address_t addr 
)

Definition at line 143 of file dslite.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void dslite_set_ce ( dslite_main_t dm,
u8  set 
)

Definition at line 94 of file dslite.c.

+ Here is the caller graph for this function:

u8* format_dslite_ce_trace ( u8 s,
va_list *  args 
)

Definition at line 254 of file dslite.c.

+ Here is the call graph for this function:

u8* format_dslite_trace ( u8 s,
va_list *  args 
)

Definition at line 241 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.