Searched refs:ICMP_TSLEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.h134 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
H A Dip_icmp.c548 if (icmplen < ICMP_TSLEN) {
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c107 #define ICMP_TSLEN (8 + 3 * sizeof (u_int32_t)) /* timestamp */ macro
/freebsd-10.0-release/sbin/ping/
H A Dping.c97 #define TS_LEN (ICMP_TSLEN - ICMP_MINLEN)

Completed in 78 milliseconds