Searched refs:IP_HDR_LEN (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c1062 #define IP_HDR_LEN 20 /* # bytes of fixed IP header (excluding options) */ macro
1083 if (ip->ip_hl < (IP_HDR_LEN + TUNNEL_LEN) >> 2 ||
1631 if (hlen > IP_HDR_LEN)
1633 m->m_data += IP_HDR_LEN;
1634 m->m_len -= IP_HDR_LEN;
1635 m->m_pkthdr.len -= IP_HDR_LEN;

Completed in 12 milliseconds