Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:lifetime

335 				rap->lifetime = seconds;
360 if (rap->lifetime && rap->expired) {
370 if (rap->lifetime && !rap->expired) {
736 uint32_t lifetime, mtuv;
848 if (new_rap == 0 && rap->lifetime == 0)
851 rap->lifetime = ntohs(nd_ra->nd_ra_router_lifetime);
859 if (rap->lifetime)
869 lifetime = ~0U;
1026 lifetime = ap->prefix_vltime;
1044 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime);
1083 lifetime = ntohl(dnssl->nd_opt_dnssl_lifetime);
1133 if (lifetime == 0 || *opt == '\0') {
1155 if (lifetime == ~0U)
1158 expire.tv_sec = (time_t)lifetime;
1438 if (rap->lifetime) {
1439 lt.tv_sec = (time_t)rap->lifetime;
1442 if (rap->lifetime == 0 || timespeccmp(&now, &expire, >))
1449 rap->lifetime = 0;
1468 * that if tha RA has a lifetime of 0
1616 if (is_solicited && is_router && rap->lifetime) {