Data Fields | |
int | af |
Address family. | |
unsigned int | count |
Number of packets to send. | |
sockaddr_in | dest |
IPv4 destionation. | |
sockaddr_in6 | dest6 |
IPv6 destionation. | |
char * | dest_addr |
Destination address. | |
socklen_t | dest_len |
Raw destination address length. | |
sockaddr * | dest_raw |
Raw destination address. | |
char | dest_str [INET6_ADDRSTRLEN] |
Converted address string. | |
bool | fragments |
Fragmentation. | |
size_t | size |
Outgoing packet size. | |
suseconds_t | timeout |
Reply wait timeout. | |
ip_tos_t | tos |
Type of service. | |
ip_ttl_t | ttl |
Time-to-live. | |
bool | verbose |
Verbose printouts. |
Definition at line 68 of file ping.c.