Searched refs:ip6_rthdr (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | route6.c | 82 struct ip6_rthdr *__single rh = NULL; in route6_input() 107 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
|
| H A D | ip6_output.c | 292 struct ip6_rthdr *__single rh; in ip6_output_list() 591 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_rthdr*, ip6po_rthdr), &exthdrs.ip6e_rthdr); in ip6_output_list() 956 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *); in ip6_output_list() 3336 return sooptcopyout(sopt, (struct ip6_rthdr *__indexable)pktopt->ip6po_hbh, IP6_EXT_LEN(ip6e)); in ip6_getpcbopt() 3342 return sooptcopyout(sopt, (struct ip6_rthdr *__indexable)pktopt->ip6po_rthdr, IP6_EXT_LEN(ip6e)); in ip6_getpcbopt() 3503 PKTOPT_EXTHDRCPY(struct ip6_rthdr*, ip6po_rthdr); /* not copy the cached route */ in copypktopts() 4069 struct ip6_rthdr *rth, *trth = NULL; in ip6_setpktopt() 4078 if (len < sizeof(struct ip6_rthdr)) { in ip6_setpktopt() 4081 rth = (struct ip6_rthdr *)(void *)buf; in ip6_setpktopt()
|
| H A D | ip6_var.h | 195 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
|
| H A D | icmp6.c | 1003 struct ip6_rthdr *__single rth; in icmp6_notify_error() 1047 rth = (struct ip6_rthdr *) in icmp6_notify_error() 1050 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m, in icmp6_notify_error()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | ip6.h | 260 struct ip6_rthdr { struct
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf_norm.c | 2339 struct ip6_rthdr rh = {0}; in pf_normalize_ip6()
|