Searched refs:ICMP6ERR_MINPKTLEN (Results 1 – 3 of 3) sorted by relevance
1211 #define ICMP6ERR_MINPKTLEN (40 + 8) macro
894 if (ipf_pr_pullup(fin, ICMP6ERR_MINPKTLEN - sizeof(ip6_t)) == -1) {917 minicmpsz = ICMP6ERR_MINPKTLEN - sizeof(ip6_t);934 if (ipf_pr_pullup(fin, ICMP6ERR_MINPKTLEN) == -1)
4475 if ((fin->fin_v != 6) || (fin->fin_plen < ICMP6ERR_MINPKTLEN) ||