Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-ip6opts.c112 TCHECK(dp->ip6h_len); in hbhopt_print()
113 hbhlen = (int)((dp->ip6h_len + 1) << 3); in hbhopt_print()
/openbsd/sys/netinet/
H A Dip6.h137 u_int8_t ip6h_len; /* length in units of 8 octets */ member
/openbsd/sys/netinet6/
H A Dmld6.c103 hbh->ip6h_len = 0; /* (8 >> 3) - 1 */ in mld6_init()
H A Dip6_input.c824 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()
1108 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
H A Dip6_output.c612 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
967 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
2396 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
/openbsd/sbin/ping/
H A Dping.c1885 extlen = (ext->ip6h_len + 1) * 8; in pr_ip6opt()
1887 (unsigned int)ext->ip6h_len, (unsigned long)extlen); in pr_ip6opt()
2198 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3; in pr_retip6()