Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_icmp.h135 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
HDip_icmp.c620 if (icmplen < ICMP_TSLEN) { in icmp_input()
/freebsd-14-stable/contrib/tcpdump/
HDprint-icmp.c97 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
/freebsd-14-stable/sbin/ping/
HDping.c107 #define TS_LEN (ICMP_TSLEN - ICMP_MINLEN)