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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c1525 #define GETIP(m) ((struct ip*)((m)->m_pkthdr.header)) macro
1533 ecn0 = GETIP(fp->ipq_frags)->ip_tos & IPTOS_ECN_MASK;
1538 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE;
1547 if (GETIP(q)->ip_off > ip->ip_off)
1560 i = GETIP(p)->ip_off + GETIP(p)->ip_len - ip->ip_off;
1580 for (; q != NULL && ip->ip_off + ip->ip_len > GETIP(q)->ip_off;
1583 GETIP(q)->ip_off;
1584 if (i < GETIP(q)->ip_len) {
1585 GETIP(
1733 #undef GETIP macro
[all...]

Completed in 19 milliseconds