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

/system/netd/server/
H A DNetlinkHandler.h47 void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
H A DNetlinkHandler.cpp92 const char *lifetime = evt->findParam("LIFETIME"); local
94 if (lifetime && servers) {
95 notifyInterfaceDnsServers(iface, lifetime, servers);
194 const char *lifetime,
197 iface, lifetime, servers);
193 notifyInterfaceDnsServers(const char *iface, const char *lifetime, const char *servers) argument
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp215 // Address lifetime information.
460 // Find the lifetime.
462 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); local
497 asprintf(&mParams[1], "LIFETIME=%u", lifetime);

Completed in 53 milliseconds