Searched refs:ip6_frag (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c169 struct ip6_frag *ip6f;
189 IP6_EXTHDR_CHECK(m, offset, sizeof(struct ip6_frag), return IPPROTO_DONE);
190 ip6f = (struct ip6_frag *)((caddr_t)ip6 + offset);
192 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
235 * sizeof(struct ip6_frag) == 8
253 offset += sizeof(struct ip6_frag);
321 - sizeof(struct ip6_frag);
335 offset - sizeof(struct ip6_frag) +
336 offsetof(struct ip6_frag, ip6f_offlg));
345 offset - sizeof(struct ip6_frag)
[all...]
H A Dip6_output.c177 struct ip6_frag **);
1374 struct ip6_frag *ip6f;
1387 len = (mtu - hlen - sizeof(struct ip6_frag)) & ~7;
1708 struct ip6_frag **frghdrp;
1726 M_TRAILINGSPACE(mlast) >= sizeof(struct ip6_frag)) {
1728 *frghdrp = (struct ip6_frag *)(mtod(mlast, caddr_t) +
1730 mlast->m_len += sizeof(struct ip6_frag);
1731 m->m_pkthdr.len += sizeof(struct ip6_frag);
1739 mfrg->m_len = sizeof(struct ip6_frag);
1740 *frghdrp = mtod(mfrg, struct ip6_frag *);
[all...]
H A Dip6_fw.c316 if ((*m)->m_len >= *off + sizeof(struct ip6_frag)) {
317 struct ip6_frag *ip6f;
319 ip6f = (struct ip6_frag *) ((caddr_t)ip6 + *off);
324 *off += sizeof(struct ip6_frag);
H A Dicmp6.c985 struct ip6_frag *fh;
1077 sizeof(struct ip6_frag),
1079 fh = (struct ip6_frag *)(mtod(m, caddr_t)
1082 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1098 eoff += sizeof(struct ip6_frag);
1198 if (mtu < sizeof(struct ip6_hdr) + sizeof(struct ip6_frag) + 8)
H A Dip6_input.c1901 len += sizeof(struct ip6_frag);
1931 struct ip6_frag fh;
1962 off += sizeof(struct ip6_frag);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h265 struct ip6_frag { struct
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c100 struct ip6_frag fr_ip6f_opt;
151 struct ip6_frag *);
161 pf_find_fragment_by_ipv6_header(struct ip6_hdr *, struct ip6_frag *,
170 struct ip6_frag *, struct pf_fragment **, int, int, int, int *);
426 struct ip6_frag *fh)
475 pf_find_fragment_by_ipv6_header(struct ip6_hdr *ip6, struct ip6_frag *fh,
1202 pf_frag6cache(struct mbuf **m0, struct ip6_hdr *h, struct ip6_frag *fh,
1806 struct ip6_frag frag;
H A Dpf.c8710 struct ip6_frag ip6f;

Completed in 93 milliseconds