![]() |
FD.io VPP
v19.04-6-g6f05f72
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ping_run_t |
struct | ping_main_t |
Macros | |
#define | foreach_ip46_ping_result |
#define | PING_DEFAULT_DATA_LEN 60 |
#define | PING_DEFAULT_INTERVAL 1.0 |
#define | PING_MAXIMUM_DATA_SIZE 32768 |
#define | PING_CLI_UNKNOWN_NODE (~0) |
Typedefs | |
typedef struct ping_run_t | ping_run_t |
typedef struct ping_main_t | ping_main_t |
Enumerations | |
enum | ping_response_type_t { PING_RESPONSE_IP6 = 42, PING_RESPONSE_IP4 } |
enum | send_ip46_ping_result_t { foreach_ip46_ping_result } |
enum | icmp46_echo_reply_next_t { ICMP46_ECHO_REPLY_NEXT_DROP, ICMP46_ECHO_REPLY_NEXT_PUNT, ICMP46_ECHO_REPLY_N_NEXT } |
Functions | |
typedef | CLIB_PACKED (struct{u16 id;u16 seq;u64 time_sent;u8 data[0];}) icmp46_echo_request_t |
Variables | |
ping_main_t | ping_main |
#define foreach_ip46_ping_result |
typedef struct ping_main_t ping_main_t |
typedef struct ping_run_t ping_run_t |
enum ping_response_type_t |
ping_main_t ping_main |