Searched refs:ip6e_hbh (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c478 MAKE_EXTHDR(opt->ip6po_hbh, &exthdrs.ip6e_hbh);
609 if (exthdrs.ip6e_hbh != NULL)
610 optlen += exthdrs.ip6e_hbh->m_len;
714 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS);
1308 if (exthdrs.ip6e_hbh != NULL) {
1309 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
1313 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
1314 panic("ip6e_hbh is not continuous");
1509 } else if (exthdrs.ip6e_hbh != NULL) {
1510 nextproto = *mtod(exthdrs.ip6e_hbh, u_cha
[all...]
H A Dip6_var.h181 struct mbuf *ip6e_hbh; member in struct:ip6_exthdrs

Completed in 24 milliseconds