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