FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
udp-ping data. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Required for pool_get_aligned. More... | |
Data Fields | |
ip46_address_t | src |
Local source IPv4/6 address to be used. More... | |
ip46_address_t | dst |
Remote destination IPv4/6 address to be used. More... | |
udp_ping_flow | udp_data |
Per flow data. More... | |
u8 | fault_det |
To enable fault detection/isolation in network. More... | |
udp-ping data.
Definition at line 85 of file udp_ping.h.
ip46_udp_ping_flow::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
Required for pool_get_aligned.
ip46_address_t ip46_udp_ping_flow::dst |
Remote destination IPv4/6 address to be used.
Definition at line 94 of file udp_ping.h.
u8 ip46_udp_ping_flow::fault_det |
To enable fault detection/isolation in network.
Definition at line 100 of file udp_ping.h.
ip46_address_t ip46_udp_ping_flow::src |
Local source IPv4/6 address to be used.
Definition at line 91 of file udp_ping.h.
udp_ping_flow ip46_udp_ping_flow::udp_data |
Per flow data.
Definition at line 97 of file udp_ping.h.