Searched refs:ip6h_nxt (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dip6.h118 u_int8_t ip6h_nxt; /* next header */ member in struct:ip6_hbh
H A Dprint-icmp6.c636 nh = hbh->ip6h_nxt;
/freebsd-9.3-release/sys/netinet/
H A Dip6.h123 u_int8_t ip6h_nxt; /* next header */ member in struct:ip6_hbh
/freebsd-9.3-release/sys/net/
H A Dflowtable.c697 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
717 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c1825 printf("nxt %u, len %u (%lu bytes)\n", ext->ip6h_nxt,
2611 nh = ((struct ip6_hbh *)cp)->ip6h_nxt;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1053 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
1109 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c381 *nxt = hbh->ip6h_nxt;

Completed in 71 milliseconds