Searched refs:ln_router (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c1036 if ((ln && ln->ln_router) || dr) {
1658 nbi->isrouter = ln->ln_router;
1864 ln->ln_router = 0;
1873 ln->ln_router = 1;
1875 ln->ln_router = 0;
1881 ln->ln_router = 0;
1889 ln->ln_router = 1;
1909 if (do_update && ln->ln_router && !ip6_forwarding && (ip6_accept_rtadv || (ifp->if_eflags & IFEF_ACCEPT_RTADVD))) {
H A Dnd6.h53 short ln_router; /* 2^0: ND6 router bit */ member in struct:llinfo_nd6
H A Dnd6_nbr.c685 if ((ln->ln_router = is_router) != 0) {
771 if (ln->ln_router && !is_router) {
808 ln->ln_router = is_router;

Completed in 30 milliseconds