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