Home
last modified time | relevance | path

Searched refs:ICMP6ERR_MINPKTLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2470 #define ICMP6ERR_MINPKTLEN (40 + 8) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c689 if (frpr_pullup(fin, ICMP6ERR_MINPKTLEN - sizeof(ip6_t)) == -1)
706 minicmpsz = ICMP6ERR_MINPKTLEN - sizeof(ip6_t);
H A Dip_state.c4041 if ((fin->fin_v != 6) || (fin->fin_plen < ICMP6ERR_MINPKTLEN) ||