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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c238 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) &&
318 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
336 offsetof(struct ip6_frag, ip6f_offlg));
346 offsetof(struct ip6_frag, ip6f_offlg));
384 offsetof(struct ip6_frag, ip6f_offlg));
394 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG;
H A Dip6_output.c1445 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7));
1449 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;
H A Dip6_fw.c320 *offset = ip6f->ip6f_offlg & IP6F_OFF_MASK;
H A Dip6_input.c1958 if (fh.ip6f_offlg & IP6F_OFF_MASK)
H A Dicmp6.c1095 if (fh->ip6f_offlg & IP6F_OFF_MASK)
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c997 (ntohs((fr)->fr_ip6f_opt.ip6f_offlg & IP6F_OFF_MASK))
1075 frent->fr_ip6f_opt.ip6f_offlg =
1076 htons(ntohs(frent->fr_ip6f_opt.ip6f_offlg) +
1091 frea->fr_ip6f_opt.ip6f_offlg =
1092 htons(ntohs(frea->fr_ip6f_opt.ip6f_offlg) +
1212 off = ntohs(fh->ip6f_offlg & IP6F_OFF_MASK);
1353 fh->ip6f_offlg &= ~IP6F_OFF_MASK;
1354 fh->ip6f_offlg |=
1355 htons(ntohs(fh->ip6f_offlg & IP6F_OFF_MASK)
1975 fragoff = ntohs(frag.ip6f_offlg
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h268 u_int16_t ip6f_offlg; /* offset, reserved, and flag */ member in struct:ip6_frag
274 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */
278 #define IP6F_RESERVED_MASK 0x0600 /* reserved bits in ip6f_offlg */

Completed in 101 milliseconds