Searched refs:ICMP_ADVLEN (Results 1 – 4 of 4) sorted by relevance
139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro
535 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()674 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()
466 dlen < (size_t)ICMP_ADVLEN(ic)) in IcmpAliasIn()