Searched refs:rtmsg_metric (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dipv6_route.h45 __u32 rtmsg_metric; member in struct:in6_rtmsg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dipv6_route.h45 __u32 rtmsg_metric; member in struct:in6_rtmsg
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Droute.c659 if (rtmsg->rtmsg_metric == 0)
660 rtmsg->rtmsg_metric = IP6_RT_PRIO_USER;
698 rt->rt6i_metric = rtmsg->rtmsg_metric;
841 if (rtmsg->rtmsg_metric &&
842 rtmsg->rtmsg_metric != rt->rt6i_metric)
1107 rtmsg.rtmsg_metric = 1024;
1469 memcpy(&rtmsg->rtmsg_metric, RTA_DATA(rta[RTA_PRIORITY-1]), 4);
H A Dip6_fw.c294 rtmsg.rtmsg_metric = IP6_RT_PRIO_FW;
H A Daddrconf.c734 rtmsg.rtmsg_metric = IP6_RT_PRIO_ADDRCONF;
760 rtmsg.rtmsg_metric = IP6_RT_PRIO_ADDRCONF;
774 rtmsg.rtmsg_metric = IP6_RT_PRIO_ADDRCONF;
1452 rtmsg.rtmsg_metric = IP6_RT_PRIO_ADDRCONF;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dioctl32.c751 u32 rtmsg_metric; member in struct:in6_rtmsg32
782 ret |= __get_user (r6.rtmsg_metric, &(((struct in6_rtmsg32 *)arg)->rtmsg_metric));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_ioctl.c711 u32 rtmsg_metric; member in struct:in6_rtmsg32
742 ret |= __get_user (r6.rtmsg_metric, &(((struct in6_rtmsg32 *)arg)->rtmsg_metric));
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c2390 rt6.rtmsg_metric = 1;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-linux.c2501 rt6.rtmsg_metric = 1;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-linux.c2501 rt6.rtmsg_metric = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c795 u32 rtmsg_metric; member in struct:in6_rtmsg32
826 ret |= __get_user (r6.rtmsg_metric, &(((struct in6_rtmsg32 *)arg)->rtmsg_metric));

Completed in 205 milliseconds