Searched refs:ICMP_ADVLENMIN (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/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);
535 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||
674 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c104 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
/freebsd-13-stable/sbin/ping/
H A Dping.c115 #define MAXICMPLEN (ICMP_ADVLENMIN + MAX_IPOPTLEN)
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias.c462 if (dlen < ICMP_ADVLENMIN ||

Completed in 135 milliseconds