Searched refs:ip6h_len (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h155 u_int8_t ip6h_len; /* length in units of 8 octets */ member in struct:ip6_hbh
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c1051 hbhlen = (hbh->ip6h_len + 1) << 3;
1062 hbhlen = (hbh->ip6h_len + 1) << 3;
1371 hbhlen = (hbh->ip6h_len + 1) << 3;
1380 hbhlen = (hbh->ip6h_len + 1) << 3;
H A Dmld6.c136 hbh->ip6h_len = 0; /* (8 >> 3) - 1 */
H A Dip6_output.c950 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
963 ((hbh->ip6h_len + 1) << 3) -
1292 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
2543 hbhlen = (hbh->ip6h_len + 1) << 3;

Completed in 34 milliseconds