Searched refs:is_router (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_nbr.c850 int is_router; local
890 is_router = ((flags & ND_NA_FLAG_ROUTER) != 0);
1029 if ((ln->ln_router = is_router) != 0) {
1133 if (ln->ln_router && !is_router) {
1168 ln->ln_router = is_router;
H A Dicmp6.c2374 int is_router; local
2480 is_router = is_onlink = 0;
2482 is_router = 1; /* router case */
2485 if (!is_router && !is_onlink) {

Completed in 25 milliseconds