Home
last modified time | relevance | path

Searched refs:ip6_hbh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h69 struct ip6_hbh { struct
74 typedef struct ip6_hbh ip6_hbh_t; argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c71 static void prt_hbh_options(int, const struct ip6_hbh *);
499 struct ip6_hbh *ipv6ext_hbh; in print_ipv6_extensions()
524 ipv6ext_hbh = (struct ip6_hbh *)data_ptr; in print_ipv6_extensions()
958 prt_hbh_options(int flags, const struct ip6_hbh *ipv6ext_hbh) in prt_hbh_options()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c2476 ip6hbh = (struct ip6_hbh *)&ip6h[1]; in mld_sendpkt()