Searched refs:ip6f (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c169 struct ip6_frag *ip6f; local
190 ip6f = (struct ip6_frag *)((caddr_t)ip6 + offset);
192 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
193 if (ip6f == NULL)
238 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) &&
268 if (ip6f->ip6f_ident == q6->ip6q_ident &&
303 q6->ip6q_ident = ip6f->ip6f_ident;
318 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
322 q6->ip6q_nxt = ip6f
[all...]
H A Dip6_output.c1374 struct ip6_frag *ip6f; local
1440 error = ip6_insertfraghdr(m0, m, hlen, &ip6f);
1445 ip6f->ip6f_offlg = htons((u_short)((off - hlen) & ~7));
1449 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;
1451 sizeof(*ip6f) -
1459 m->m_pkthdr.len = len + hlen + sizeof(*ip6f);
1471 ip6f->ip6f_reserved = 0;
1472 ip6f->ip6f_ident = id;
1473 ip6f->ip6f_nxt = nextproto;
H A Dip6_fw.c317 struct ip6_frag *ip6f; local
319 ip6f = (struct ip6_frag *) ((caddr_t)ip6 + *off);
320 *offset = ip6f->ip6f_offlg & IP6F_OFF_MASK;
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c8710 struct ip6_frag ip6f; local
8713 if (!pf_pull_hdr(m, off, &ip6f, sizeof ip6f, NULL,
8722 pd.proto = nxt = ip6f.ip6f_nxt;

Completed in 89 milliseconds