Searched refs:ip6f_nxt (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dip6.h191 uint8_t ip6f_nxt; /* next header */ member in struct:ip6_frag
H A Dprint-icmp6.c1221 nh = fragh->ip6f_nxt;
/freebsd-13-stable/sys/netinet/
H A Dip6.h236 u_int8_t ip6f_nxt; /* next header */ member in struct:ip6_frag
/freebsd-13-stable/sys/netinet6/
H A Dfrag6.c438 nxt = ip6f->ip6f_nxt;
576 q6->ip6q_nxt = ip6f->ip6f_nxt;
H A Dip6_input.c1660 *nxtp = fh.ip6f_nxt;
H A Dicmp6.c1036 nxt = fh->ip6f_nxt;
H A Dip6_output.c316 ip6f->ip6f_nxt = nextproto;
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c568 ip6f.ip6f_nxt = ip6->ip6_nxt;
1520 proto = ip6f->ip6f_nxt;
1630 proto = frag->ip6f_nxt;
/freebsd-13-stable/sys/netgraph/netflow/
H A Dng_netflow.c879 upper_proto = ip6f->ip6f_nxt;
/freebsd-13-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1515 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
/freebsd-13-stable/sbin/ping/
H A Dping6.c2686 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1602 proto = ((struct ip6_frag *)ulp)->ip6f_nxt;
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_norm.c886 m = m_getptr(m, hdrlen + offsetof(struct ip6_frag, ip6f_nxt), &off);
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c848 return frag->ip6f_nxt;

Completed in 353 milliseconds