Home
last modified time | relevance | path

Searched refs:ip6h_len (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dip6.h114 nd_uint8_t ip6h_len; /* length in units of 8 octets */ member
H A Dprint-ip6opts.c226 hbhlen = (GET_U_1(dp->ip6h_len) + 1) << 3; in hbhopt_process()
H A Dprint-icmp6.c1371 if (!ND_TTEST_1(hbh->ip6h_len)) in get_upperlayer()
1374 hlen = (GET_U_1(hbh->ip6h_len) + 1) << 3; in get_upperlayer()
/dragonfly/sys/netinet6/
H A Dip6_input.c839 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()
850 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()
1140 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
1149 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
H A Dmld6.c123 hbh->ip6h_len = 0; /* (8 >> 3) - 1 */ in mld6_init()
H A Dip6_output.c633 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) in ip6_output()
645 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
985 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
2774 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktoption()
/dragonfly/sys/netinet/
H A Dip6.h133 u_int8_t ip6h_len; /* length in units of 8 octets */ member
/dragonfly/sbin/ping6/
H A Dping6.c1619 extlen = (ext->ip6h_len + 1) * 8; in pr_ip6opt()
1621 (unsigned int)ext->ip6h_len, (unsigned long)extlen); in pr_ip6opt()
1631 (unsigned int)(ext->ip6h_len)); in pr_ip6opt()
2353 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3; in pr_retip()