Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_icmp.h137 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
HDip_icmp.c494 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()
/freebsd-14-stable/contrib/tcpdump/
HDprint-icmp.c99 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */ macro
/freebsd-14-stable/sbin/ping/
HDping.c112 #define MAXICMPLEN (ICMP_ADVLENMIN + MAX_IPOPTLEN)
/freebsd-14-stable/sys/netinet/libalias/
HDalias.c460 if (dlen < ICMP_ADVLENMIN || in IcmpAliasIn()