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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dfrag6.c203 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) &&
280 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
298 offsetof(struct ip6_frag, ip6f_offlg));
306 offsetof(struct ip6_frag, ip6f_offlg));
342 offsetof(struct ip6_frag, ip6f_offlg));
356 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG;
H A Dip6_output.c1089 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7));
1093 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;
H A Dip6_fw.c317 *offset = ip6f->ip6f_offlg & IP6F_OFF_MASK;
H A Dip6_input.c1695 if (fh.ip6f_offlg & IP6F_OFF_MASK)
H A Dicmp6.c1001 if (fh->ip6f_offlg & IP6F_OFF_MASK)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h221 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member in struct:ip6_frag
227 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */
231 #define IP6F_RESERVED_MASK 0x0600 /* reserved bits in ip6f_offlg */

Completed in 45 milliseconds