Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h136 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h136 #define ICMP_TSLEN (8 + 3 * sizeof (uint32_t)) /* timestamp */ macro
H A Dip_icmp.c598 if (icmplen < ICMP_TSLEN) { in icmp_input()