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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h226 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
230 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dfrag6.c280 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
H A Dip6_fw.c317 *offset = ip6f->ip6f_offlg & IP6F_OFF_MASK;
H A Dip6_input.c1694 /* IP6F_OFF_MASK = 0xfff8(BigEndian), 0xf8ff(LittleEndian) */
1695 if (fh.ip6f_offlg & IP6F_OFF_MASK)
H A Dicmp6.c1001 if (fh->ip6f_offlg & IP6F_OFF_MASK)

Completed in 44 milliseconds