Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.c1558 uint32_t is_router, is_solicited; in ipv6nd_handlena() local
1578 is_solicited = nd_na->nd_na_flags_reserved & ND_NA_FLAG_SOLICITED; in ipv6nd_handlena()
1603 ifp->name, is_solicited ? "solicited " : "", taddr, ctx->sfrom); in ipv6nd_handlena()
1616 if (is_solicited && is_router && rap->lifetime) { in ipv6nd_handlena()