FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
A representation of an IP neighbour/peer. More...
Data Fields | |
ip_neighbor_key_t * | ipn_key |
The idempotent key. More... | |
mac_address_t | ipn_mac |
The learned MAC address of the neighbour. More... | |
ip_neighbor_flags_t | ipn_flags |
Falgs for this object. More... | |
f64 | ipn_time_last_updated |
Aging related data. More... | |
u8 | ipn_n_probes |
index_t | ipn_elt |
fib_node_index_t | ipn_fib_entry_index |
The index of the adj fib created for this neighbour. More... | |
A representation of an IP neighbour/peer.
Definition at line 59 of file ip_neighbor_types.h.
index_t ip_neighbor_t_::ipn_elt |
Definition at line 83 of file ip_neighbor_types.h.
fib_node_index_t ip_neighbor_t_::ipn_fib_entry_index |
The index of the adj fib created for this neighbour.
Definition at line 88 of file ip_neighbor_types.h.
ip_neighbor_flags_t ip_neighbor_t_::ipn_flags |
Falgs for this object.
Definition at line 74 of file ip_neighbor_types.h.
ip_neighbor_key_t* ip_neighbor_t_::ipn_key |
The idempotent key.
Definition at line 64 of file ip_neighbor_types.h.
mac_address_t ip_neighbor_t_::ipn_mac |
The learned MAC address of the neighbour.
Definition at line 69 of file ip_neighbor_types.h.
u8 ip_neighbor_t_::ipn_n_probes |
Definition at line 82 of file ip_neighbor_types.h.
f64 ip_neighbor_t_::ipn_time_last_updated |
Aging related data.
Definition at line 81 of file ip_neighbor_types.h.