Searched refs:lifetime (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 107 const char *lifetime = evt->findParam("LIFETIME"); in onEvent() local 109 if (lifetime && servers) { in onEvent() 110 notifyInterfaceDnsServers(iface, lifetime, servers); in onEvent() 209 const char *lifetime, in notifyInterfaceDnsServers() argument 212 iface, lifetime, servers); in notifyInterfaceDnsServers()
|
D | NetlinkHandler.h | 50 void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 457 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); in parseNdUserOptMessage() local 492 asprintf(&mParams[1], "LIFETIME=%u", lifetime); in parseNdUserOptMessage()
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 17358 command as it is not expected to be used more than once in the lifetime of the TPM (it can be used 30443 over in the lifetime of the TPM, there is no need for external software to deal with the possibilit…
|