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

/freebsd-11-stable/sys/netinet/
H A Dip_icmp.h137 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro
H A Dip_icmp.c521 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||
664 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp.c105 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8) macro
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.c470 dlen < ICMP_ADVLEN(ic))

Completed in 74 milliseconds