Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_icmp.h156 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */ macro
H A Dip_icmp.c679 if (icmplen < ICMP_TSLEN) { in icmp_input()