Home
last modified time | relevance | path

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

/xnu-11215.1.10/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()
1144 if ((ln->ln_router = (short)is_router) != 0) { in nd6_na_input()
1281 if (ln->ln_router && is_router && llchange) { in nd6_na_input()
1310 if (ln->ln_router && !is_router) { in nd6_na_input()
1348 ln->ln_router = (short)is_router; in nd6_na_input()
H A Dnd6.c857 boolean_t is_router = FALSE; in nd6_service_neighbor_cache() local
954 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
978 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1020 if (is_router) { in nd6_service_neighbor_cache()
1044 if (is_router) { in nd6_service_neighbor_cache()
1107 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
1108 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1134 if (is_router) { in nd6_service_neighbor_cache()
H A Dicmp6.c2525 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-11215.1.10/bsd/net/
H A Drtsock.c337 boolean_t is_router = FALSE; in route_output() local
735 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in route_output()
785 if (is_router) { in route_output()