ICMP_ADVLEN
if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||
if (m->m_len < hlen + ICMP_ADVLEN(icp)) {
m = m_pullup(m, hlen + ICMP_ADVLEN(icp));
if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||