Searched refs:ip6h_len (Results 1 – 5 of 5) sorted by relevance
52 packet1.hbh.ip6h_len = 0;68 packet2.hbh.ip6h_len = 0;
170 u_int8_t ip6h_len; /* length in units of 8 octets */ member
1458 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) { in ip6_output_list()1471 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output_list()2236 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()3930 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
1585 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()1986 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
309 .hbh = { .ip6h_nxt = 0, .ip6h_len = 0 },