HomeSort by: relevance | last modified time | path
    Searched refs:RTF_LOCAL (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/route/
show.c 137 RTF_LOCAL | RTF_MODIFIED | RTF_PROTO1 | RTF_PROTO2 | RTF_REJECT |
rtutil.c 94 { RTF_LOCAL, 'l'},
  /src/sys/net/
route.h 173 #define RTF_LOCAL 0x40000 /* route represents a local address */
route.c 1707 info.rti_flags = RTF_HOST | RTF_LOCAL | RTF_DONTCHANGEIFA;
if.c 2451 if ((rt->rt_flags & RTF_LOCAL) == 0)
  /src/sys/netinet/
if_arp.c 323 if ((rt->rt_flags & (RTF_CONNECTED | RTF_LOCAL))) {
396 (rt->rt_flags & RTF_LOCAL)) {
462 * interface. So check RTF_LOCAL instead.
464 if (rt->rt_flags & RTF_LOCAL) {
483 rt->rt_flags |= RTF_LOCAL;
  /src/sys/netinet6/
nd6.c 916 if (rt->rt_flags & (RTF_CONNECTED | RTF_LOCAL)) {
1001 * interface. So check RTF_LOCAL instead.
1003 if (rt->rt_flags & RTF_LOCAL) {
  /src/external/bsd/dhcpcd/dist/src/
if-bsd.c 860 #ifdef RTF_LOCAL
861 if (rtm->rtm_flags & RTF_LOCAL)
ipv4.c 63 #if defined(__linux__) || defined(__sun) || (defined(BSD) && defined(RTF_LOCAL))
  /src/sbin/routed/
table.c 933 if (rtm->rtm_flags & RTF_LOCAL)

Completed in 26 milliseconds