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

/freebsd-13-stable/sys/netinet6/
H A Dnd6_nbr.c632 int flags, is_override, is_router, is_solicited; local
667 is_router = ((flags & ND_NA_FLAG_ROUTER) != 0);
789 if ((ln->ln_router = is_router) != 0) {
875 if (ln->ln_router && !is_router) {
895 ln->ln_router = is_router;
H A Dicmp6.c2214 int icmp6len, is_onlink, is_router, lladdrlen; local
2317 is_router = is_onlink = 0;
2319 is_router = 1; /* router case */
2322 if (!is_router && !is_onlink) {
2380 if (is_router) {
/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dchassis.c269 static int is_router(ibnd_node_t * n) function
780 if (is_router(node))

Completed in 116 milliseconds