Searched refs:ICMP_ADVLENMIN (Results 1 – 2 of 2) sorted by relevance
94 if (ilen >= ICMP_ADVLENMIN) { in interpret_icmp()104 if (ilen >= ICMP_ADVLENMIN) { in interpret_icmp()114 if (ilen >= ICMP_ADVLENMIN) { in interpret_icmp()123 if (ilen >= ICMP_ADVLENMIN) { in interpret_icmp()
121 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro