FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ip6_neighbor_key_t |
struct | ip6_neighbor_t |
Macros | |
#define | IP6_NEIGHBOR_FLAG_STATIC (1 << 0) |
#define | IP6_NEIGHBOR_FLAG_DYNAMIC (2 << 0) |
Functions | |
ip6_neighbor_t * | ip6_neighbors_entries (u32 sw_if_index) |
#define IP6_NEIGHBOR_FLAG_DYNAMIC (2 << 0) |
Definition at line 37 of file ip6_neighbor.h.
#define IP6_NEIGHBOR_FLAG_STATIC (1 << 0) |
Definition at line 36 of file ip6_neighbor.h.
ip6_neighbor_t* ip6_neighbors_entries | ( | u32 | sw_if_index | ) |
Definition at line 715 of file ip6_neighbor.c.