FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ip_neighbor_watcher_t_ |
struct | ip_neighbor_key_t_ |
struct | ip_neighbor_t_ |
A representation of an IP neighbour/peer. More... | |
struct | ip_neighbor_learn_t_ |
struct | ip_neighbor_event_t_ |
Macros | |
#define | foreach_ip_neighbor_flag |
Typedefs | |
typedef enum ip_neighbor_flags_t_ | ip_neighbor_flags_t |
typedef struct ip_neighbor_watcher_t_ | ip_neighbor_watcher_t |
typedef struct ip_neighbor_key_t_ | ip_neighbor_key_t |
typedef struct ip_neighbor_t_ | ip_neighbor_t |
A representation of an IP neighbour/peer. More... | |
typedef struct ip_neighbor_learn_t_ | ip_neighbor_learn_t |
typedef enum ip_neighbor_event_flags_t_ | ip_neighbor_event_flags_t |
typedef struct ip_neighbor_event_t_ | ip_neighbor_event_t |
Enumerations | |
enum | ip_neighbor_flags_t_ { IP_NEIGHBOR_FLAG_NONE = 0, foreach_ip_neighbor_flag } |
enum | ip_neighbor_event_flags_t_ { IP_NEIGHBOR_EVENT_ADDED = (1 << 0), IP_NEIGHBOR_EVENT_REMOVED = (1 << 1) } |
Functions | |
u8 * | format_ip_neighbor_watcher (u8 *s, va_list *args) |
u8 * | format_ip_neighbor_flags (u8 *s, va_list *args) |
u8 * | format_ip_neighbor_key (u8 *s, va_list *args) |
u8 * | format_ip_neighbor (u8 *s, va_list *args) |
ip_neighbor_t * | ip_neighbor_get (index_t ipni) |
void | ip_neighbor_clone (const ip_neighbor_t *ipn, ip_neighbor_t *clone) |
void | ip_neighbor_free (ip_neighbor_t *ipn) |
#define foreach_ip_neighbor_flag |
Definition at line 25 of file ip_neighbor_types.h.
typedef enum ip_neighbor_event_flags_t_ ip_neighbor_event_flags_t |
typedef struct ip_neighbor_event_t_ ip_neighbor_event_t |
typedef enum ip_neighbor_flags_t_ ip_neighbor_flags_t |
typedef struct ip_neighbor_key_t_ ip_neighbor_key_t |
typedef struct ip_neighbor_learn_t_ ip_neighbor_learn_t |
typedef struct ip_neighbor_t_ ip_neighbor_t |
A representation of an IP neighbour/peer.
typedef struct ip_neighbor_watcher_t_ ip_neighbor_watcher_t |
Enumerator | |
---|---|
IP_NEIGHBOR_EVENT_ADDED | |
IP_NEIGHBOR_EVENT_REMOVED |
Definition at line 106 of file ip_neighbor_types.h.
enum ip_neighbor_flags_t_ |
Enumerator | |
---|---|
IP_NEIGHBOR_FLAG_NONE | |
foreach_ip_neighbor_flag |
Definition at line 32 of file ip_neighbor_types.h.
Definition at line 70 of file ip_neighbor_types.c.
void ip_neighbor_clone | ( | const ip_neighbor_t * | ipn, |
ip_neighbor_t * | clone | ||
) |
Definition at line 21 of file ip_neighbor_types.c.
void ip_neighbor_free | ( | ip_neighbor_t * | ipn | ) |
Definition at line 30 of file ip_neighbor_types.c.
ip_neighbor_t* ip_neighbor_get | ( | index_t | ipni | ) |