Home
last modified time | relevance | path

Searched refs:ip6_hbh (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/netinet6/
Dip6_input.c664 struct ip6_hbh *hbh; in ip6_hbhchcheck()
689 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, *mp, in ip6_hbhchcheck()
690 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh)); in ip6_hbhchcheck()
815 struct ip6_hbh *hbh; in ip6_hopopts_input()
818 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, *mp, in ip6_hopopts_input()
819 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh)); in ip6_hopopts_input()
825 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, *mp, sizeof(struct ip6_hdr), in ip6_hopopts_input()
832 hbhlen -= sizeof(struct ip6_hbh); in ip6_hopopts_input()
834 if (ip6_process_hopopts(mp, (u_int8_t *)hbh + sizeof(struct ip6_hbh), in ip6_hopopts_input()
862 const int erroff = sizeof(struct ip6_hdr) + sizeof(struct ip6_hbh); in ip6_process_hopopts()
[all …]
Dmld6.c97 struct ip6_hbh *hbh = (struct ip6_hbh *)hbh_buf; in mld6_init()
Dip6_output.c606 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); in ip6_output()
612 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
915 struct ip6_hbh *hbh; in ip6_insert_jumboopt()
966 hbh = mtod(mopt, struct ip6_hbh *); in ip6_insert_jumboopt()
2376 struct ip6_hbh *hbh; in ip6_setpktopt()
2393 if (len < sizeof(struct ip6_hbh)) in ip6_setpktopt()
2395 hbh = (struct ip6_hbh *)buf; in ip6_setpktopt()
Dip6_var.h183 struct ip6_hbh *ip6po_hbh;
/openbsd/src/usr.sbin/tcpdump/
Dprint-ip6opts.c109 const struct ip6_hbh *dp = (struct ip6_hbh *)bp; in hbhopt_print()
/openbsd/src/lib/libc/net/
Dip6opt.c206 optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1); in inet6_opt_next()
254 optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1); in inet6_opt_find()
/openbsd/src/sys/netinet/
Dip6.h135 struct ip6_hbh { struct
/openbsd/src/sbin/ping/
Dping.c1875 struct ip6_hbh *ext; in pr_ip6opt()
1884 ext = (struct ip6_hbh *)extbuf; in pr_ip6opt()
2198 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3; in pr_retip6()
2199 nh = ((struct ip6_hbh *)cp)->ip6h_nxt; in pr_retip6()