Home
last modified time | relevance | path

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; in print_ipv6_extensions() local
524 ipv6ext_hbh = (struct ip6_hbh *)data_ptr; in print_ipv6_extensions()
525 exthdrlen = 8 + ipv6ext_hbh->ip6h_len * 8; in print_ipv6_extensions()
529 prt_hbh_options(flags, ipv6ext_hbh); in print_ipv6_extensions()
531 proto = ipv6ext_hbh->ip6h_nxt; in print_ipv6_extensions()
958 prt_hbh_options(int flags, const struct ip6_hbh *ipv6ext_hbh) in prt_hbh_options() argument
978 len = ipv6ext_hbh->ip6h_len * 8 + 8; in prt_hbh_options()
980 ndata = (const uint8_t *)ipv6ext_hbh + 2; in prt_hbh_options()
983 nxt_hdr = ipv6ext_hbh->ip6h_nxt; in prt_hbh_options()