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

Go to the source code of this file.

Data Structures

struct  dhcpv6_vss_id
 
union  dhcpv6_vss_info
 
struct  dhcpv6_proxy_main_t
 

Macros

#define dhcpv6_proxy_error(n, s)   DHCPV6_PROXY_ERROR_##n,
 

Enumerations

enum  dhcpv6_proxy_error_t { DHCPV6_PROXY_N_ERROR }
 

Functions

int dhcpv6_proxy_set_server (ip6_address_t *addr, ip6_address_t *src_address, u32 fib_id, int insert_vss, int is_del)
 
int dhcpv6_proxy_set_vss (u32 tbl_id, u32 oui, u32 fib_id, int is_del)
 

Variables

dhcpv6_proxy_main_t dhcpv6_proxy_main
 

Macro Definition Documentation

#define dhcpv6_proxy_error (   n,
 
)    DHCPV6_PROXY_ERROR_##n,

Definition at line 32 of file proxy.h.

Enumeration Type Documentation

Enumerator
DHCPV6_PROXY_N_ERROR 

Definition at line 31 of file proxy.h.

Function Documentation

int dhcpv6_proxy_set_server ( ip6_address_t addr,
ip6_address_t src_address,
u32  fib_id,
int  insert_vss,
int  is_del 
)

Definition at line 724 of file proxy_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int dhcpv6_proxy_set_vss ( u32  tbl_id,
u32  oui,
u32  fib_id,
int  is_del 
)

Definition at line 865 of file proxy_node.c.

+ Here is the caller graph for this function:

Variable Documentation

dhcpv6_proxy_main_t dhcpv6_proxy_main

Definition at line 78 of file proxy.h.