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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip.h101 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
H A Dip_compat.h106 #ifndef IP_OFFMASK
107 #define IP_OFFMASK 0x1fff
H A Dip_fw2.c673 offset = ip_off & IP_OFFMASK;
722 if (ip_off & (IP_MF | IP_OFFMASK))
1534 offset = ntohs(ip->ip_off) & IP_OFFMASK;
1537 offset = ip->ip_off & IP_OFFMASK;
H A Dip_input.c1041 if (ip->ip_off & (IP_MF | IP_OFFMASK | IP_RF)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.h109 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c1017 if (ip.ip_off & (IP_MF | IP_OFFMASK))
2227 ip->ip_off &= htons(~IP_OFFMASK);

Completed in 40 milliseconds