Home
last modified time | relevance | path

Searched refs:ICMP_ADVLENMIN (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h138 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h138 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
H A Dip_icmp.c438 i = hlen + min(icmplen, ICMP_ADVLENMIN); in icmp_input()
535 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()
674 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()
/f-stack/freebsd/netinet/libalias/
H A Dalias.c465 if (dlen < ICMP_ADVLENMIN || in IcmpAliasIn()