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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-frag6.c46 register const struct ip6_frag *dp;
49 dp = (const struct ip6_frag *)bp;
59 (long)(bp - bp2) - sizeof(struct ip6_frag));
64 (long)(bp - bp2) - sizeof(struct ip6_frag));
75 return sizeof(struct ip6_frag);
H A Dip6.h178 struct ip6_frag { struct
H A Dprint-icmp6.c601 struct ip6_frag *fragh;
641 fragh = (struct ip6_frag *)bp;
648 hlen = sizeof(struct ip6_frag);
/freebsd-10.0-release/sys/netinet6/
H A Dfrag6.c159 struct ip6_frag *ip6f;
176 IP6_EXTHDR_CHECK(m, offset, sizeof(struct ip6_frag), IPPROTO_DONE);
177 ip6f = (struct ip6_frag *)((caddr_t)ip6 + offset);
179 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
207 * sizeof(struct ip6_frag) == 8
222 offset += sizeof(struct ip6_frag);
313 sizeof(struct ip6_frag);
327 offset - sizeof(struct ip6_frag) +
328 offsetof(struct ip6_frag, ip6f_offlg));
334 offset - sizeof(struct ip6_frag)
[all...]
H A Dip6_output.c143 struct ip6_frag **);
1047 struct ip6_frag *ip6f;
1062 len = (mtu - hlen - sizeof(struct ip6_frag)) & ~7;
1330 struct ip6_frag **frghdrp)
1348 M_TRAILINGSPACE(mlast) >= sizeof(struct ip6_frag)) {
1350 *frghdrp = (struct ip6_frag *)(mtod(mlast, caddr_t) +
1352 mlast->m_len += sizeof(struct ip6_frag);
1353 m->m_pkthdr.len += sizeof(struct ip6_frag);
1361 mfrg->m_len = sizeof(struct ip6_frag);
1362 *frghdrp = mtod(mfrg, struct ip6_frag *);
[all...]
H A Dicmp6.c993 struct ip6_frag *fh;
1082 sizeof(struct ip6_frag), -1);
1083 fh = (struct ip6_frag *)(mtod(m, caddr_t) +
1086 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1102 eoff += sizeof(struct ip6_frag);
1214 if (mtu < sizeof(struct ip6_hdr) + sizeof(struct ip6_frag) + 8)
H A Dip6_input.c1720 len += sizeof(struct ip6_frag);
1746 struct ip6_frag fh;
1777 off += sizeof(struct ip6_frag);
/freebsd-10.0-release/sys/netgraph/netflow/
H A Dng_netflow.c812 struct ip6_frag *ip6f;
865 M_CHECK(sizeof(struct ip6_frag));
866 ip6f = (struct ip6_frag *)(mtod(m, caddr_t) +
869 hdr_off = sizeof(struct ip6_frag);
/freebsd-10.0-release/sys/netinet/
H A Dip6.h233 struct ip6_frag { struct
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c1081 PULLUP_TO(hlen, ulp, struct ip6_frag);
1083 hlen += sizeof (struct ip6_frag);
1084 proto = ((struct ip6_frag *)ulp)->ip6f_nxt;
1085 offset = ((struct ip6_frag *)ulp)->ip6f_offlg &
1087 ip6f_mf = ((struct ip6_frag *)ulp)->ip6f_offlg &
1099 ntohl(((struct ip6_frag *)ulp)->ip6f_ident);
/freebsd-10.0-release/sys/net/
H A Dflowtable.c707 PULLUP_TO(hlen, ulp, struct ip6_frag);
708 hlen += sizeof (struct ip6_frag);
709 proto = ((struct ip6_frag *)ulp)->ip6f_nxt;
710 offset = ((struct ip6_frag *)ulp)->ip6f_offlg &
/freebsd-10.0-release/usr.sbin/traceroute6/
H A Dtraceroute6.c1354 hlen = sizeof(struct ip6_frag);
1355 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c448 sizeof(struct ip6_frag);
H A Dfil.c840 struct ip6_frag *frag;
844 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT);
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c2622 hlen = sizeof(struct ip6_frag);
2623 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c1239 hl += sizeof(struct ip6_frag);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c1119 struct ip6_frag frag;

Completed in 217 milliseconds