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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h273 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
277 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c997 (ntohs((fr)->fr_ip6f_opt.ip6f_offlg & IP6F_OFF_MASK))
1212 off = ntohs(fh->ip6f_offlg & IP6F_OFF_MASK);
1353 fh->ip6f_offlg &= ~IP6F_OFF_MASK;
1355 htons(ntohs(fh->ip6f_offlg & IP6F_OFF_MASK)
1975 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c318 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
H A Dip6_fw.c320 *offset = ip6f->ip6f_offlg & IP6F_OFF_MASK;
H A Dip6_input.c1957 /* IP6F_OFF_MASK = 0xfff8(BigEndian), 0xf8ff(LittleEndian) */
1958 if (fh.ip6f_offlg & IP6F_OFF_MASK)
H A Dicmp6.c1095 if (fh->ip6f_offlg & IP6F_OFF_MASK)

Completed in 95 milliseconds