ICMP6ERR_MINPKTLEN
if (ipf_pr_pullup(fin, ICMP6ERR_MINPKTLEN - sizeof(ip6_t)) == -1) {
minicmpsz = ICMP6ERR_MINPKTLEN - sizeof(ip6_t);
if (ipf_pr_pullup(fin, ICMP6ERR_MINPKTLEN) == -1)
if ((fin->fin_v != 6) || (fin->fin_plen < ICMP6ERR_MINPKTLEN) ||