Searched refs:rtmsg_dst (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | ipv6_route.h | 40 struct in6_addr rtmsg_dst; member
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_fw.c | 290 ipv6_addr_copy(&rtmsg.rtmsg_dst, &msg->dst); in ip6_fw_msg_add()
|
D | route.c | 746 addr_type = ipv6_addr_type(&rtmsg->rtmsg_dst); in ip6_route_add() 763 &rtmsg->rtmsg_dst, rtmsg->rtmsg_dst_len); in ip6_route_add() 905 &rtmsg->rtmsg_dst, rtmsg->rtmsg_dst_len, in ip6_route_del() 1533 memcpy(&rtmsg->rtmsg_dst, RTA_DATA(rta[RTA_DST-1]), ((r->rtm_dst_len+7)>>3)); in inet6_rtm_to_rtmsg()
|
D | addrconf.c | 871 memcpy(&rtmsg.rtmsg_dst, pfx, sizeof(struct in6_addr)); in addrconf_prefix_route() 896 ipv6_addr_set(&rtmsg.rtmsg_dst, in addrconf_add_mroute()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 805 struct in6_addr rtmsg_dst; member 837 ret = copy_from_user (&r6.rtmsg_dst, &(((struct in6_rtmsg32 *)arg)->rtmsg_dst), in routing_ioctl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 820 struct in6_addr rtmsg_dst; member 852 ret = copy_from_user (&r6.rtmsg_dst, &(((struct in6_rtmsg32 *)arg)->rtmsg_dst), in routing_ioctl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 752 struct in6_addr rtmsg_dst; member 784 ret = copy_from_user (&r6.rtmsg_dst, &(((struct in6_rtmsg32 *)arg)->rtmsg_dst), in routing_ioctl()
|