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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Droute6.c59 struct ip6_rthdr *rh;
76 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off);
79 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
106 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
H A Dip6_var.h127 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dip6_output.c453 struct ip6_rthdr *rh = NULL;
458 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
504 struct ip6_rthdr *rh =
505 (struct ip6_rthdr *)(mtod(exthdrs.ip6e_rthdr,
506 struct ip6_rthdr *));
2597 struct ip6_rthdr *rth;
2600 if (cm->cmsg_len < CMSG_LEN(sizeof(struct ip6_rthdr)))
2602 rth = (struct ip6_rthdr *)CMSG_DATA(cm);
H A Dicmp6.c892 struct ip6_rthdr *rth;
936 rth = (struct ip6_rthdr *)(mtod(m, caddr_t)
939 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h198 struct ip6_rthdr { struct

Completed in 87 milliseconds