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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c780 struct ip6_hbh *hbh;
815 hbh = (struct ip6_hbh *)(ip6 + 1);
817 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
818 sizeof(struct ip6_hbh));
1044 struct ip6_hbh *hbh;
1050 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1054 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1056 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1057 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh));
1063 IP6_EXTHDR_GET(hbh, struct ip6_hbh *,
[all...]
H A Dmld6.c126 struct ip6_hbh *hbh = (struct ip6_hbh *)hbh_buf;
H A Dip6_var.h142 struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */
H A Dip6_output.c945 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
964 sizeof(struct ip6_hbh),
1240 struct ip6_hbh *hbh;
1291 hbh = mtod(mopt, struct ip6_hbh *);
2537 struct ip6_hbh *hbh;
2540 if (cm->cmsg_len < CMSG_LEN(sizeof(struct ip6_hbh)))
2542 hbh = (struct ip6_hbh *)CMSG_DATA(cm);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h153 struct ip6_hbh { struct

Completed in 82 milliseconds