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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c945 struct ip6_hbh *hbh;
978 hbh = (struct ip6_hbh *)(ip6 + 1);
980 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
981 sizeof(struct ip6_hbh));
1252 struct ip6_hbh *hbh;
1258 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1262 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1264 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1265 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh));
1271 IP6_EXTHDR_GET(hbh, struct ip6_hbh *,
[all...]
H A Dip6_output.c1199 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
1215 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1633 struct ip6_hbh *hbh;
1684 hbh = mtod(mopt, struct ip6_hbh *);
3318 struct ip6_hbh *hbh;
3336 if (len < sizeof(struct ip6_hbh))
3338 hbh = (struct ip6_hbh *)(void *)buf;
H A Dip6_var.h216 struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */
H A Dmld6.c296 struct ip6_hbh hbh;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h153 struct ip6_hbh { struct

Completed in 76 milliseconds