Searched refs:RTF_ALLONLINK (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dipv6_route.h26 #define RTF_ALLONLINK 0x00020000 /* fallback, no routers on link */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dipv6_route.h26 #define RTF_ALLONLINK 0x00020000 /* fallback, no routers on link */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c477 if (rt && (rt->rt6i_flags & RTF_ALLONLINK)) {
1453 rtmsg.rtmsg_flags = (RTF_ALLONLINK | RTF_ADDRCONF |
H A Droute.c1122 flags = RTF_ALLONLINK;
1529 else if (rt->rt6i_flags&(RTF_ADDRCONF|RTF_ALLONLINK))
H A Dip6_fib.c435 !(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF | RTF_ALLONLINK)) ){
H A Dndisc.c673 rt6_purge_dflt_routers(RTF_ALLONLINK);

Completed in 104 milliseconds