Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDip_icmp.h134 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
HDip_icmp.c508 if (icmplen < ICMP_TSLEN) { in icmp_input()
/NextBSD/contrib/tcpdump/
HDprint-icmp.c103 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
/NextBSD/sbin/ping/
HDping.c103 #define TS_LEN (ICMP_TSLEN - ICMP_MINLEN)