Searched refs:ICMP_ADVLENMIN (Results 1 – 5 of 5) sorted by relevance
137 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
494 i = hlen + min(icmplen, ICMP_ADVLENMIN); in icmp_input()556 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()696 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()
99 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
112 #define MAXICMPLEN (ICMP_ADVLENMIN + MAX_IPOPTLEN)
460 if (dlen < ICMP_ADVLENMIN || in IcmpAliasIn()