![]() |
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 | vss_id |
| union | vss_info |
| struct | dhcp_server_t |
| struct | dhcp_proxy_main_t |
Macros | |
| #define | dhcp_proxy_error(n, s) DHCP_PROXY_ERROR_##n, |
Enumerations | |
| enum | dhcp_proxy_error_t { dhcp_proxy_error, dhcp_proxy_error } |
Functions | |
| int | dhcp_proxy_set_server (ip4_address_t *addr, ip4_address_t *src_address, u32 fib_id, int insert_option_82, int is_del) |
| int | dhcp_proxy_set_server_2 (ip4_address_t *addr, ip4_address_t *src_address, u32 rx_fib_id, u32 server_fib_id, int insert_option_82, int is_del) |
| int | dhcp_proxy_set_option82_vss (u32 vrf_id, u32 oui, u32 fib_id, int is_del) |
Variables | |
| dhcp_proxy_main_t | dhcp_proxy_main |
| enum dhcp_proxy_error_t |
| int dhcp_proxy_set_server | ( | ip4_address_t * | addr, |
| ip4_address_t * | src_address, | ||
| u32 | fib_id, | ||
| int | insert_option_82, | ||
| int | is_del | ||
| ) |
Definition at line 776 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int dhcp_proxy_set_server_2 | ( | ip4_address_t * | addr, |
| ip4_address_t * | src_address, | ||
| u32 | rx_fib_id, | ||
| u32 | server_fib_id, | ||
| int | insert_option_82, | ||
| int | is_del | ||
| ) |
Definition at line 697 of file proxy_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| dhcp_proxy_main_t dhcp_proxy_main |