Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dipv6_route.h27 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/linux-2.4.37.9/net/ipv6/
Droute.c1184 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()
1613 else if (rt->rt6i_flags&(RTF_ADDRCONF|RTF_ALLONLINK)) in rt6_fill_node()
Dip6_fib.c436 !(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF | RTF_ALLONLINK)) ){ in fib6_add_rt2node()
Daddrconf.c1020 dev, rt_expires, RTF_ADDRCONF|RTF_EXPIRES|RTF_PREFIX_RT); in addrconf_prefix_rcv()
1066 addrconf_dad_start(ifp, RTF_ADDRCONF|RTF_PREFIX_RT); in addrconf_prefix_rcv()