Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A DIP6_EXTHDR_CHECK_61873584.c52 packet1.hbh.ip6h_len = 0;
68 packet2.hbh.ip6h_len = 0;
/xnu-10063.101.15/bsd/netinet/
H A Dip6.h170 u_int8_t ip6h_len; /* length in units of 8 octets */ member
/xnu-10063.101.15/bsd/netinet6/
H A Dip6_output.c1438 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) { in ip6_output_list()
1451 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output_list()
2215 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
3876 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
H A Dip6_input.c1566 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input()
1962 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol()
H A Dmld6.c309 .hbh = { .ip6h_nxt = 0, .ip6h_len = 0 },