Searched refs:hbh (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_input.c936 struct ip6_hbh *hbh; local
967 hbh = (struct ip6_hbh *)(ip6 + 1);
968 nxt = hbh->ip6h_nxt;
1283 struct ip6_hbh *hbh; local
1287 IP6_EXTHDR_CHECK(m, off, sizeof (*hbh), return (-1));
1288 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1289 hbhlen = (hbh->ip6h_len + 1) << 3;
1292 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1295 opt = (u_int8_t *)hbh + sizeof (struct ip6_hbh);
1297 if (ip6_process_hopopts(m, (u_int8_t *)hbh
1623 struct ip6_hbh *hbh; local
[all...]
H A Dip6_output.c668 * IPv6 hbh dest1 rthdr ah* [esp* dest2 payload]
710 * result: IPv6 hbh dest1 rthdr dest2 payload
1309 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); local
1313 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
1324 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1),
1325 ((hbh->ip6h_len + 1) << 3) - sizeof (struct ip6_hbh),
1869 struct ip6_hbh *hbh; local
1883 * XXX: give up if the whole (new) hbh header does
1920 hbh = mtod(mopt, struct ip6_hbh *);
1921 hbh
3515 struct ip6_hbh *hbh; local
[all...]
H A Dmld6.c297 struct ip6_hbh hbh; member in struct:mld_raopt
306 .hbh = { 0, 0 },
3652 mld_po.ip6po_hbh = &mld_ra.hbh;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-icmp6.c600 struct ip6_hbh *hbh; local
633 hbh = (struct ip6_hbh *)bp;
634 if (!TTEST(hbh->ip6h_len))
636 nh = hbh->ip6h_nxt;
637 hlen = (hbh->ip6h_len + 1) << 3;
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit10160 hbh/ �� # ---> 6-5v6-0v 0

Completed in 169 milliseconds