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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dipv6_route.h29 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dipv6_route.h29 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_fw.c53 NULL, {{{0}}}, 256, RTF_REJECT|RTF_NONEXTHOP, ~0UL,
305 rtmsg.rtmsg_flags = RTF_NONEXTHOP|RTF_POLICY;
H A Droute.c103 NULL, {{{0}}}, RTF_REJECT|RTF_NONEXTHOP, ~0U,
414 if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) {
493 if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) {
712 rt->rt6i_flags = RTF_REJECT|RTF_NONEXTHOP;
768 if (rtmsg->rtmsg_flags & (RTF_GATEWAY|RTF_NONEXTHOP)) {
1014 if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) {
1215 rt->rt6i_flags = RTF_UP | RTF_NONEXTHOP;
H A Daddrconf.c745 rtmsg.rtmsg_flags |= RTF_NONEXTHOP;
778 rtmsg.rtmsg_flags = RTF_UP|RTF_NONEXTHOP;

Completed in 99 milliseconds