Home
last modified time | relevance | path

Searched refs:isrouter (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/ndp/
Dndp.c504 int isrouter = 0, prbs = 0; in do_foreach() local
624 isrouter = nbi->isrouter; in do_foreach()
635 if (isrouter) in do_foreach()
/netbsd/src/sys/netinet6/
Dnd6.h87 int isrouter; /* if it acts as a router */ member
Dnd6.c1284 nbi->isrouter = ln->ln_router; in nd6_ioctl()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.c216 p->isrouter = s32p->isrouter; in netbsd32_to_in6_nbrinfo()
776 s32p->isrouter = p->isrouter; in netbsd32_from_in6_nbrinfo()
Dnetbsd32_ioctl.h532 int isrouter; /* if it acts as a router */ member