|
Squid Web Cache master
|
#include "ip/Address.h"Go to the source code of this file.
Classes | |
| struct | pingerEchoData |
| struct | pingerReplyData |
| struct | icmpEchoData |
| class | Icmp |
Macros | |
| #define | PINGER_PAYLOAD_SZ 8192 |
| #define | MAX_PAYLOAD 256 |
| #define | MAX_PKT4_SZ (sizeof(struct icmphdr) + sizeof(struct icmpEchoData) + 1) |
| #define | MAX_PKT6_SZ (sizeof(struct icmp6_hdr) + sizeof(struct icmpEchoData) + 1) |
Variables | |
| int | icmp_pkts_sent |
| #define MAX_PKT4_SZ (sizeof(struct icmphdr) + sizeof(struct icmpEchoData) + 1) |
| #define MAX_PKT6_SZ (sizeof(struct icmp6_hdr) + sizeof(struct icmpEchoData) + 1) |
|
extern |
Definition at line 97 of file pinger.cc.
Referenced by Icmp4::SendEcho(), and Icmp6::SendEcho().