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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dipv6_route.h27 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dipv6_route.h27 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c762 rtmsg.rtmsg_flags = RTF_UP|RTF_ADDRCONF;
789 addrconf_prefix_route(&addr, 10, dev, 0, RTF_ADDRCONF);
881 dev, rt_expires, RTF_ADDRCONF|RTF_EXPIRES);
1453 rtmsg.rtmsg_flags = (RTF_ALLONLINK | RTF_ADDRCONF |
1478 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, dev, 0, RTF_ADDRCONF);
H A Droute.c1108 rtmsg.rtmsg_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | RTF_UP;
1124 flags = RTF_DEFAULT | RTF_ADDRCONF;
1529 else if (rt->rt6i_flags&(RTF_ADDRCONF|RTF_ALLONLINK))
H A Dip6_fib.c435 !(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF | RTF_ALLONLINK)) ){

Completed in 50 milliseconds