HomeSort by: relevance | last modified time | path
    Searched refs:ICMP_ADVLEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_icmp.h 182 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
ip_icmp.c 522 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||
527 if (m->m_len < hlen + ICMP_ADVLEN(icp)) {
528 m = m_pullup(m, hlen + ICMP_ADVLEN(icp));
628 if (icmplen < ICMP_ADVLENMIN || icmplen < ICMP_ADVLEN(icp) ||

Completed in 13 milliseconds