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

/netbsd-current/sys/netinet6/
H A Dip6_input.c563 struct ip6_hbh *hbh; local
597 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
599 if (hbh == NULL) {
605 KASSERT(ACCESSIBLE_POINTER(hbh, struct ip6_hdr));
606 nxt = hbh->ip6h_nxt;
862 struct ip6_hbh *hbh; local
865 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
867 if (hbh == NULL) {
871 hbhlen = (hbh->ip6h_len + 1) << 3;
872 IP6_EXTHDR_GET(hbh, struc
1139 struct ip6_hbh *hbh; local
[all...]
H A Dmld6.c167 struct ip6_hbh *hbh = (struct ip6_hbh *)hbh_buf; local
171 hbh->ip6h_len = 0; /* (8 >> 3) - 1 */
180 ip6_opts.ip6po_hbh = hbh;
H A Dip6_output.c365 * IPv6 hbh dest1 rthdr ah* [esp* dest2 payload]
405 * result: IPv6 hbh dest1 rthdr dest2 payload
1125 struct ip6_hbh *hbh; local
1141 * Give up if the whole (new) hbh header does not fit
1178 hbh = mtod(mopt, struct ip6_hbh *);
1179 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
1362 * receiving ANY hbh/dst options in order to avoid
3036 struct ip6_hbh *hbh; local
3058 hbh = (struct ip6_hbh *)buf;
3059 hbhlen = (hbh
[all...]
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c654 struct ip6_hbh hbh; local
686 if (m_peek_data(m, off, sizeof(hbh), (void *)(&hbh)) < 0) {
690 hbhlen = (hbh.ip6h_len + 1) << 3;
691 nxt = hbh.ip6h_nxt;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c1330 const struct ip6_hbh *hbh; local
1363 hbh = (const struct ip6_hbh *)bp;
1364 if (!ND_TTEST_1(hbh->ip6h_len))
1366 nh = GET_U_1(hbh->ip6h_nxt);
1367 hlen = (GET_U_1(hbh->ip6h_len) + 1) << 3;

Completed in 167 milliseconds