FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | udp_ping_flow_data |
udp-ping session data. More... | |
struct | udp_ping_flow |
udp-ping flow data. More... | |
struct | ip46_udp_ping_flow |
udp-ping data. More... | |
struct | udp_ping_main_t |
udp-ping main data-structure. More... | |
Macros | |
#define | MAX_PING_RETRIES 5 |
#define | EVENT_SIG_RECHECK 2 |
Functions | |
void | ip46_udp_ping_set_flow (ip46_address_t src, ip46_address_t dst, u16 start_src_port, u16 end_src_port, u16 start_dst_port, u16 end_dst_port, u16 interval, u8 fault_det, u8 is_disable) |
clib_error_t * | udp_ping_flow_create (u8 del) |
Variables | |
udp_ping_main_t | udp_ping_main |
#define EVENT_SIG_RECHECK 2 |
Definition at line 23 of file udp_ping.h.
#define MAX_PING_RETRIES 5 |
Definition at line 21 of file udp_ping.h.
void ip46_udp_ping_set_flow | ( | ip46_address_t | src, |
ip46_address_t | dst, | ||
u16 | start_src_port, | ||
u16 | end_src_port, | ||
u16 | start_dst_port, | ||
u16 | end_dst_port, | ||
u16 | interval, | ||
u8 | fault_det, | ||
u8 | is_disable | ||
) |
Definition at line 132 of file udp_ping_node.c.
clib_error_t* udp_ping_flow_create | ( | u8 | del | ) |
Definition at line 228 of file udp_ping_export.c.
udp_ping_main_t udp_ping_main |
Definition at line 58 of file udp_ping_node.c.