FD.io VPP
v16.06
Vector Packet Processing
|
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 |
enum dhcpv6_proxy_error_t |
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.
dhcpv6_proxy_main_t dhcpv6_proxy_main |