HomeSort by: relevance | last modified time | path
    Searched refs:ip6_frag (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/netinet6/
frag6.c 171 struct ip6_frag *ip6f;
186 IP6_EXTHDR_GET(ip6f, struct ip6_frag *, m, offset, sizeof(*ip6f));
206 * sizeof(struct ip6_frag) == 8
210 - sizeof(struct ip6_frag);
223 offset += sizeof(struct ip6_frag);
311 sizeof(struct ip6_frag);
325 offset - sizeof(struct ip6_frag) +
326 offsetof(struct ip6_frag, ip6f_offlg));
332 offset - sizeof(struct ip6_frag) +
333 offsetof(struct ip6_frag, ip6f_offlg))
    [all...]
ip6_output.c 128 struct ip6_frag **);
899 struct ip6_frag *ip6f;
908 len = (mtu - hlen - sizeof(struct ip6_frag)) & ~7;
1209 struct ip6_frag **frghdrp)
1227 M_TRAILINGSPACE(mlast) >= sizeof(struct ip6_frag)) {
1229 *frghdrp = (struct ip6_frag *)(mtod(mlast, char *) +
1231 mlast->m_len += sizeof(struct ip6_frag);
1239 mfrg->m_len = sizeof(struct ip6_frag);
1240 *frghdrp = mtod(mfrg, struct ip6_frag *);
ip6_input.c 171 __CTASSERT(sizeof(struct ip6_frag) == 8);
1378 nlen = sizeof(struct ip6_frag);
1403 struct ip6_frag fh;
1436 off += sizeof(struct ip6_frag);
icmp6.c 987 struct ip6_frag *fh;
1025 IP6_EXTHDR_GET(fh, struct ip6_frag *, m,
1040 eoff += sizeof(struct ip6_frag);
1138 if (__predict_false(mtu < IPV6_MMTU - sizeof(struct ip6_frag))) {
1140 if (mtu < sizeof(struct ip6_hdr) + sizeof(struct ip6_frag) + 8)
1144 mtu = IPV6_MMTU - sizeof(struct ip6_frag);
  /src/sys/netinet/
ip6.h 247 struct ip6_frag { struct
tcp_output.c 270 size = IPV6_MMTU - hdrlen - sizeof(struct ip6_frag);
  /src/sys/net/npf/
npf_inet.c 472 struct ip6_frag *ip6f;
516 hlen = sizeof(struct ip6_frag);
  /src/usr.sbin/traceroute6/
traceroute6.c 1052 hlen = sizeof(struct ip6_frag);
1053 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
  /src/sys/netipsec/
ipsec_input.c 477 l = sizeof(struct ip6_frag);
  /src/sbin/ping6/
ping6.c 2355 hlen = sizeof(struct ip6_frag);
2356 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
  /src/sys/external/bsd/ipf/netinet/
ip_frag.c 424 sizeof(struct ip6_frag);
fil.c 826 struct ip6_frag *frag;
830 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT);
  /src/sys/dist/pf/net/
pf_norm.c 1107 struct ip6_frag frag;

Completed in 30 milliseconds