Home
last modified time | relevance | path

Searched refs:RTF_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dipv6_route.h25 #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ macro
/linux-2.4.37.9/net/ipv6/
Droute.c285 if ((sprt->rt6i_flags & RTF_DEFAULT) && in rt6_best_dflt()
549 if (rt->rt6i_flags & RTF_DEFAULT) { in ip6_route_output()
641 } else if (rt->rt6i_node && (rt->rt6i_flags & RTF_DEFAULT)) in ip6_link_failure()
977 if (rt->rt6i_flags & RTF_DEFAULT) { in rt6_redirect()
1184 rtmsg.rtmsg_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | RTF_UP; in rt6_add_dflt_router()
1200 flags = RTF_DEFAULT | RTF_ADDRCONF; in rt6_purge_dflt_routers()
1615 else if (rt->rt6i_flags&RTF_DEFAULT) in rt6_fill_node()
Dip6_fib.c436 !(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF | RTF_ALLONLINK)) ){ in fib6_add_rt2node()
Daddrconf.c1009 if (rt && ((rt->rt6i_flags & (RTF_GATEWAY | RTF_DEFAULT)) == 0)) { in addrconf_prefix_rcv()
1591 rtmsg.rtmsg_flags = (RTF_ALLONLINK | RTF_DEFAULT | RTF_UP); in addrconf_rs_timer()