Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_nbr.c946 int is_router; in nd6_na_input() local
983 is_router = ((flags & ND_NA_FLAG_ROUTER) != 0); in nd6_na_input()
1146 if ((ln->ln_router = (short)is_router) != 0) { in nd6_na_input()
1284 if (ln->ln_router && is_router && llchange) { in nd6_na_input()
1313 if (ln->ln_router && !is_router) { in nd6_na_input()
1351 ln->ln_router = (short)is_router; in nd6_na_input()
H A Dnd6.c864 boolean_t is_router = FALSE; in nd6_service_neighbor_cache() local
961 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
985 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1027 if (is_router) { in nd6_service_neighbor_cache()
1051 if (is_router) { in nd6_service_neighbor_cache()
1114 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
1115 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1141 if (is_router) { in nd6_service_neighbor_cache()
H A Dicmp6.c2527 int is_router = 0; in icmp6_redirect_input() local
2649 is_router = is_onlink = 0; in icmp6_redirect_input()
2651 is_router = 1; /* router case */ in icmp6_redirect_input()
2656 if (!is_router && !is_onlink) { in icmp6_redirect_input()
/xnu-12377.41.6/bsd/net/
H A Drtsock.c338 boolean_t is_router = FALSE; in route_output() local
740 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in route_output()
790 if (is_router) { in route_output()