Searched refs:ip6_rthdr (Results 1 – 15 of 15) sorted by relevance
70 struct ip6_rthdr *rthdr; in inet6_rthdr_init()72 rthdr = (struct ip6_rthdr *)CMSG_DATA(ch); in inet6_rthdr_init()98 struct ip6_rthdr *rthdr; in inet6_rthdr_add()100 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_add()140 struct ip6_rthdr *rthdr; in inet6_rthdr_lasthop()142 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_lasthop()186 struct ip6_rthdr *rthdr; in inet6_rthdr_segments()188 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_segments()209 struct ip6_rthdr *rthdr; in inet6_rthdr_getaddr()211 rthdr = (struct ip6_rthdr *)CMSG_DATA(cmsg); in inet6_rthdr_getaddr()[all …]
64 struct ip6_rthdr *rh; in route6_input()93 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
119 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
3201 struct ip6_rthdr *rth; in ip6_setpktopt()3210 if (len < sizeof(struct ip6_rthdr)) in ip6_setpktopt()3212 rth = (struct ip6_rthdr *)buf; in ip6_setpktopt()
955 struct ip6_rthdr *rth; in icmp6_notify_error()1000 rth = (struct ip6_rthdr *) in icmp6_notify_error()
37 const struct ip6_rthdr *dp; in rt6_print()46 dp = (const struct ip6_rthdr *)bp; in rt6_print()
52 const struct ip6_rthdr *dp; in ip6_finddst()96 dp = (const struct ip6_rthdr *)cp; in ip6_finddst()
162 struct ip6_rthdr { struct
215 struct ip6_rthdr { struct
291 struct ip6_rthdr *rthdr = NULL; in ping6()949 rthdr = (struct ip6_rthdr *)CMSG_DATA(scmsgp); in ping6()1920 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; in pr_rthdr()2584 hlen = (((struct ip6_rthdr *)cp)->ip6r_len+1) << 3; in pr_retip()2585 nh = ((struct ip6_rthdr *)cp)->ip6r_nxt; in pr_retip()
148 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0; in test_rth_segments()
1650 PULLUP_TO(hlen, ulp, struct ip6_rthdr); in ipfw_chk()1651 switch (((struct ip6_rthdr *)ulp)->ip6r_type) { in ipfw_chk()1662 ((struct ip6_rthdr *) in ipfw_chk()1669 hlen += (((struct ip6_rthdr *)ulp)->ip6r_len + 1) << 3; in ipfw_chk()1670 proto = ((struct ip6_rthdr *)ulp)->ip6r_nxt; in ipfw_chk()
2856 struct ip6_rthdr *rth; in sourceroute()2876 if (*lenp < (int)CMSG_SPACE(sizeof(struct ip6_rthdr) + in sourceroute()
322 static struct ip6_rthdr *rth;
9695 struct ip6_rthdr rthdr; in pf_walk_header6()