Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/lib/
H A Dipft_tx.c400 ip6->ip6_plen = ICMP6ERR_IPICMPHLEN;
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1233 #define ICMP6ERR_IPICMPHLEN (40 + 8 + 40) macro
H A Dfil.c927 minicmpsz = ICMP6ERR_IPICMPHLEN - sizeof(ip6_t);
928 if (fin->fin_plen < ICMP6ERR_IPICMPHLEN)
H A Dip_nat6.c1417 if (fin->fin_plen < ICMP6ERR_IPICMPHLEN) {