Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_nbr.c919 int is_router; in nd6_na_input() local
953 is_router = ((flags & ND_NA_FLAG_ROUTER) != 0); in nd6_na_input()
1107 if ((ln->ln_router = (short)is_router) != 0) { in nd6_na_input()
1239 if (ln->ln_router && is_router && llchange) { in nd6_na_input()
1264 if (ln->ln_router && !is_router) { in nd6_na_input()
1303 ln->ln_router = (short)is_router; in nd6_na_input()
H A Dnd6.c848 boolean_t is_router = FALSE; in nd6_service_neighbor_cache() local
939 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
963 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1003 if (is_router) { in nd6_service_neighbor_cache()
1027 if (is_router) { in nd6_service_neighbor_cache()
1090 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in nd6_service_neighbor_cache()
1091 send_nc_failure_kev = is_router; in nd6_service_neighbor_cache()
1116 if (is_router) { in nd6_service_neighbor_cache()
H A Dicmp6.c2498 int is_router = 0; in icmp6_redirect_input() local
2622 is_router = is_onlink = 0; in icmp6_redirect_input()
2624 is_router = 1; /* router case */ in icmp6_redirect_input()
2629 if (!is_router && !is_onlink) { in icmp6_redirect_input()
/xnu-8019.80.24/bsd/net/
H A Drtsock.c322 boolean_t is_router = FALSE; in route_output() local
657 is_router = (rt->rt_flags & RTF_ROUTER) ? TRUE : FALSE; in route_output()
707 if (is_router) { in route_output()