HomeSort by: relevance | last modified time | path
    Searched refs:isrouter (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet6/
nd6.h 87 int isrouter; /* if it acts as a router */ member in struct:in6_nbrinfo
nd6.c 1278 nbi->isrouter = ln->ln_router;
1444 * NS: clear IsRouter if new entry
1445 * RS: clear IsRouter
1446 * RA: set IsRouter if there's lladdr
1447 * redir: clear IsRouter if new entry
1450 * The spec says that we must set IsRouter in the following cases:
1451 * - If lladdr exist, set IsRouter. This means (1-5).
1452 * - If it is old entry (!newentry), set IsRouter. This means (7).
1453 * So, based on the spec, in (1-5) and (7) cases we must set IsRouter.
1456 * This case is rare but we figured that we MUST NOT set IsRouter
    [all...]
  /src/usr.sbin/ndp/
ndp.c 504 int isrouter = 0, prbs = 0; local in function:do_foreach
624 isrouter = nbi->isrouter;
635 if (isrouter)
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 216 p->isrouter = s32p->isrouter;
776 s32p->isrouter = p->isrouter;
netbsd32_ioctl.h 532 int isrouter; /* if it acts as a router */ member in struct:netbsd32_in6_nbrinfo

Completed in 16 milliseconds