Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_nbr.c922 int is_router; in nd6_na_input() local
956 is_router = ((flags & ND_NA_FLAG_ROUTER) != 0); in nd6_na_input()
1109 if ((ln->ln_router = (short)is_router) != 0) { in nd6_na_input()
1245 if (ln->ln_router && is_router && llchange) { in nd6_na_input()
1274 if (ln->ln_router && !is_router) { in nd6_na_input()
1313 ln->ln_router = (short)is_router; in nd6_na_input()
H A Dnd6.c851 boolean_t is_router = FALSE; in nd6_service_neighbor_cache() local
948 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
972 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1014 if (is_router) { in nd6_service_neighbor_cache()
1038 if (is_router) { in nd6_service_neighbor_cache()
1101 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
1102 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1128 if (is_router) { in nd6_service_neighbor_cache()
H A Dicmp6.c2523 int is_router = 0; in icmp6_redirect_input() local
2647 is_router = is_onlink = 0; in icmp6_redirect_input()
2649 is_router = 1; /* router case */ in icmp6_redirect_input()
2654 if (!is_router && !is_onlink) { in icmp6_redirect_input()
/xnu-8792.41.9/bsd/net/
H A Drtsock.c317 boolean_t is_router = FALSE; in route_output() local
654 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in route_output()
704 if (is_router) { in route_output()