Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:lifetime

282 	uint32_t lifetime;
392 rap->lifetime = ntohs(nd_ra->nd_ra_router_lifetime);
398 lifetime = ~0U;
460 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime);
483 if (lifetime > 0)
492 lifetime = ntohl(dnssl->nd_opt_dnssl_lifetime);
518 if (lifetime == 0) {
538 if (lifetime == ~0U)
541 expire.tv_sec = lifetime;
699 lt.tv_sec = rap->lifetime;