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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dipv6_route.h16 #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Droute.c443 RTF_DEFAULT,
450 #define IPV6_MASK (RTF_GATEWAY|RTF_HOST|RTF_DEFAULT|RTF_ADDRCONF|RTF_CACHE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Droute.c937 } else if (rt->rt6i_node && (rt->rt6i_flags & RTF_DEFAULT))
1695 cfg.fc_flags |= RTF_DEFAULT;
1715 ((rt->rt6i_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) &&
1733 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT |
1757 if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF)) {
2156 else if (rt->rt6i_flags&RTF_DEFAULT)
H A Daddrconf.c731 if (rt && ((rt->rt6i_flags & (RTF_GATEWAY | RTF_DEFAULT)) == 0)) {
1713 if (rt && ((rt->rt6i_flags & (RTF_GATEWAY | RTF_DEFAULT)) == 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Drt_ioctl.c340 #undef RTF_DEFAULT
339 #undef RTF_DEFAULT macro

Completed in 136 milliseconds