Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro
Dip_icmp.c534 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()
676 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) || in icmp_input()
/freebsd-12-stable/contrib/tcpdump/
Dprint-icmp.c105 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8) macro
/freebsd-12-stable/sys/netinet/libalias/
Dalias.c462 dlen < (size_t)ICMP_ADVLEN(ic)) in IcmpAliasIn()