Home
last modified time | relevance | path

Searched refs:RTF_LOCAL (Results 1 – 8 of 8) sorted by relevance

/minix3/sbin/route/
H A Dshow.c140 RTF_REJECT | RTF_LLINFO | RTF_LOCAL | RTF_BROADCAST; in show()
H A Drtutil.c95 { RTF_LOCAL, 'l'},
H A Droute.c344 if (rtm->rtm_flags & RTF_LOCAL) in flushroutes()
/minix3/external/bsd/dhcpcd/dist/
H A Dif-bsd.c465 #ifdef RTF_LOCAL in if_copyrt()
466 if (rtm->rtm_flags & RTF_LOCAL) in if_copyrt()
846 #ifdef RTF_LOCAL in if_copyrt6()
847 if (rtm->rtm_flags & RTF_LOCAL) in if_copyrt6()
H A Dipv4.c59 #if defined(__linux__) || (defined(BSD) && defined(RTF_LOCAL))
/minix3/sys/net/
H A Droute.h159 #define RTF_LOCAL 0x40000 /* route represents a local address */ macro
/minix3/minix/net/lwip/
H A Droute.c112 #define route_is_immutable(route) ((route)->re_flags & RTF_LOCAL)
684 preserve = RTF_UP | RTF_HOST | RTF_IPV6 | RTF_LOCAL; in route_change()
H A Difaddr.c114 #define IFADDR_HOST_RTFLAGS (RTF_UP | RTF_HOST | RTF_LOCAL)