FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | SIXRD_DEFAULT_MTU 1480 /* 1500 - IPv4 header */ |
#define | foreach_sixrd_error |
Enumerations | |
enum | sixrd_error_t { SIXRD_N_ERROR } |
Functions | |
static_always_inline sixrd_tunnel_t * | find_tunnel_by_ip4_address (ip4_address_t *ip) |
static_always_inline sixrd_tunnel_t * | ip4_sixrd_get_tunnel (u32 sdi, ip4_address_t *addr, u8 *error) |
Variables | |
sixrd_main_t | sixrd_main |
#define foreach_sixrd_error |
enum sixrd_error_t |
static_always_inline sixrd_tunnel_t* find_tunnel_by_ip4_address | ( | ip4_address_t * | ip | ) |
static_always_inline sixrd_tunnel_t* ip4_sixrd_get_tunnel | ( | u32 | sdi, |
ip4_address_t * | addr, | ||
u8 * | error | ||
) |
sixrd_main_t sixrd_main |