![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
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_error, dhcpv6_proxy_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 725 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| dhcpv6_proxy_main_t dhcpv6_proxy_main |