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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dipv6_route.h25 #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dipv6_route.h25 #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Droute.c484 if (rt->rt6i_flags & RTF_DEFAULT) {
573 } else if (rt->rt6i_node && (rt->rt6i_flags & RTF_DEFAULT))
901 if (rt->rt6i_flags & RTF_DEFAULT) {
1108 rtmsg.rtmsg_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | RTF_UP;
1124 flags = RTF_DEFAULT | RTF_ADDRCONF;
1531 else if (rt->rt6i_flags&RTF_DEFAULT)
H A Daddrconf.c870 if (rt && ((rt->rt6i_flags & (RTF_GATEWAY | RTF_DEFAULT)) == 0)) {
1454 RTF_DEFAULT | RTF_UP);
H A Dip6_fib.c435 !(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF | RTF_ALLONLINK)) ){

Completed in 102 milliseconds