Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro
H A Dip_icmp.c535 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.c466 dlen < (size_t)ICMP_ADVLEN(ic)) in IcmpAliasIn()