Home | History | Annotate | Download | only in netinet6

Lines Matching refs:ip6_hbh

162 __CTASSERT(sizeof(struct ip6_hbh) == 2);
563 struct ip6_hbh *hbh;
597 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
598 sizeof(struct ip6_hbh));
862 struct ip6_hbh *hbh;
865 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
866 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh));
872 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
880 hbhlen -= sizeof(struct ip6_hbh);
882 if (ip6_process_hopopts(m, (u_int8_t *)hbh + sizeof(struct ip6_hbh),
910 const int erroff = sizeof(struct ip6_hdr) + sizeof(struct ip6_hbh);
1139 struct ip6_hbh *hbh;
1149 hbh = mtod(ext, struct ip6_hbh *);