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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c553 int is_router; local
585 is_router = ((flags & ND_NA_FLAG_ROUTER) != 0);
685 if ((ln->ln_router = is_router) != 0) {
771 if (ln->ln_router && !is_router) {
808 ln->ln_router = is_router;
H A Dicmp6.c2237 int is_router; local
2335 is_router = is_onlink = 0;
2337 is_router = 1; /* router case */
2340 if (!is_router && !is_onlink) {

Completed in 34 milliseconds