![]() |
FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
Include dependency graph for arp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | foreach_ethernet_arp_error |
Typedefs | |
| typedef walk_rc_t() | proxy_arp_walk_t(const ip4_address_t *lo_addr, const ip4_address_t *hi_addr, u32 fib_index, void *dat) |
| call back function when walking the DB of proxy ARPs More... | |
| typedef walk_rc_t() | proxy_arp_intf_walk_t(u32 sw_if_index, void *data) |
| call back function when walking the DB of proxy ARP interface More... | |
Enumerations | |
| enum | ethernet_arp_reply_error_t { ETHERNET_ARP_N_ERROR, ETHERNET_ARP_N_ERROR } |
Functions | |
| int | arp_proxy_add (u32 fib_index, const ip4_address_t *lo_addr, const ip4_address_t *hi_addr) |
| int | arp_proxy_del (u32 fib_index, const ip4_address_t *lo_addr, const ip4_address_t *hi_addr) |
| int | arp_proxy_enable (u32 sw_if_index) |
| int | arp_proxy_disable (u32 sw_if_index) |
| void | proxy_arp_walk (proxy_arp_walk_t cb, void *data) |
| void | proxy_arp_intfc_walk (proxy_arp_intf_walk_t cb, void *data) |
| #define foreach_ethernet_arp_error |
| typedef walk_rc_t() proxy_arp_intf_walk_t(u32 sw_if_index, void *data) |
| typedef walk_rc_t() proxy_arp_walk_t(const ip4_address_t *lo_addr, const ip4_address_t *hi_addr, u32 fib_index, void *dat) |
| int arp_proxy_add | ( | u32 | fib_index, |
| const ip4_address_t * | lo_addr, | ||
| const ip4_address_t * | hi_addr | ||
| ) |
Definition at line 127 of file arp_proxy.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int arp_proxy_del | ( | u32 | fib_index, |
| const ip4_address_t * | lo_addr, | ||
| const ip4_address_t * | hi_addr | ||
| ) |
Definition at line 134 of file arp_proxy.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int arp_proxy_disable | ( | u32 | sw_if_index | ) |
Definition at line 55 of file arp_proxy.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int arp_proxy_enable | ( | u32 | sw_if_index | ) |
Definition at line 72 of file arp_proxy.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void proxy_arp_intfc_walk | ( | proxy_arp_intf_walk_t | cb, |
| void * | data | ||
| ) |
| void proxy_arp_walk | ( | proxy_arp_walk_t | cb, |
| void * | data | ||
| ) |