Searched defs:lifetime (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DNetlinkHandler.cpp107 const char *lifetime = evt->findParam("LIFETIME"); local
109 if (lifetime && servers) {
110 notifyInterfaceDnsServers(iface, lifetime, servers);
209 const char *lifetime,
212 iface, lifetime, servers);
208 notifyInterfaceDnsServers(const char *iface, const char *lifetime, const char *servers) argument
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp211 // Address lifetime information.
455 // Find the lifetime.
457 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); local
492 asprintf(&mParams[1], "LIFETIME=%u", lifetime);

Completed in 76 milliseconds