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

/freebsd-13-stable/sys/netinet6/
H A Dicmp6.c2214 int icmp6len, is_onlink, is_router, lladdrlen; local
2317 is_router = is_onlink = 0;
2321 is_onlink = 1; /* on-link destination case */
2322 if (!is_router && !is_onlink) {
2359 is_onlink ? ND_REDIRECT_ONLINK : ND_REDIRECT_ROUTER);

Completed in 60 milliseconds