ip6_hbh
struct ip6_hbh *ipv6ext_hbh;
ipv6ext_hbh = (struct ip6_hbh *)data_ptr;
static void prt_hbh_options(int, const struct ip6_hbh *);
prt_hbh_options(int flags, const struct ip6_hbh *ipv6ext_hbh)
ip6hbh = (struct ip6_hbh *)&ip6h[1];
typedef struct ip6_hbh ip6_hbh_t;