Go to the source code of this file.
#define PING_DEFAULT_DATA_LEN 60 |
#define PING_DEFAULT_INTERVAL 1.0 |
#define PING_MAXIMUM_DATA_SIZE 2000 |
Enumerator |
---|
ICMP4_ECHO_REPLY_NEXT_DROP |
|
ICMP4_ECHO_REPLY_NEXT_PUNT |
|
ICMP4_ECHO_REPLY_N_NEXT |
|
Definition at line 101 of file ping.h.
Enumerator |
---|
ICMP6_ECHO_REPLY_NEXT_DROP |
|
ICMP6_ECHO_REPLY_NEXT_PUNT |
|
ICMP6_ECHO_REPLY_N_NEXT |
|
Definition at line 94 of file ping.h.
Enumerator |
---|
PING_RESPONSE_IP6 |
|
PING_RESPONSE_IP4 |
|
Definition at line 23 of file ping.h.
Enumerator |
---|
SEND_PING_OK |
|
SEND_PING_ALLOC_FAIL |
|
SEND_PING_NO_INTERFACE |
|
SEND_PING_NO_TABLE |
|
Definition at line 29 of file ping.h.
typedef CLIB_PACKED |
( |
struct{ip6_header_t ip6;icmp46_header_t icmp;icmp46_echo_request_t icmp_echo;} |
| ) |
|
typedef CLIB_PACKED |
( |
struct{ip4_header_t ip4;icmp46_header_t icmp;icmp46_echo_request_t icmp_echo;} |
| ) |
|