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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c499 struct ip6_hbh *ipv6ext_hbh; local
524 ipv6ext_hbh = (struct ip6_hbh *)data_ptr;
525 exthdrlen = 8 + ipv6ext_hbh->ip6h_len * 8;
529 prt_hbh_options(flags, ipv6ext_hbh);
531 proto = ipv6ext_hbh->ip6h_nxt;
958 prt_hbh_options(int flags, const struct ip6_hbh *ipv6ext_hbh) argument
978 len = ipv6ext_hbh->ip6h_len * 8 + 8;
980 ndata = (const uint8_t *)ipv6ext_hbh + 2;
983 nxt_hdr = ipv6ext_hbh->ip6h_nxt;

Completed in 77 milliseconds