Searched refs:lifetime (Results 1 – 13 of 13) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 104 const char *lifetime = evt->findParam("LIFETIME"); in onEvent() local 106 if (lifetime && servers) { in onEvent() 107 notifyInterfaceDnsServers(iface, lifetime, servers); in onEvent() 206 const char *lifetime, in notifyInterfaceDnsServers() argument 209 iface, lifetime, servers); in notifyInterfaceDnsServers()
|
D | NetlinkHandler.h | 47 void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
|
/system/connectivity/shill/net/ |
D | rtnl_message.h | 138 : lifetime(0) {} in RdnssOption() 141 : lifetime(lifetime_in), in RdnssOption() 143 uint32_t lifetime; member 229 uint32_t lifetime);
|
D | ndisc.h | 34 uint32_t lifetime; member
|
D | rtnl_message.cc | 254 uint32_t lifetime = ntohl(nd_user_option_header->lifetime); in DecodeNdUserOption() local 275 return ParseRdnssOption(option_data, data_len, lifetime); in DecodeNdUserOption() 283 uint32_t lifetime) { in ParseRdnssOption() argument 300 set_rdnss_option(RdnssOption(lifetime, dns_server_addresses)); in ParseRdnssOption()
|
D | rtnl_message_unittest.cc | 520 uint32_t lifetime, in TestParseRdnss() argument 544 EXPECT_EQ(lifetime, rdnss.lifetime); in TestParseRdnss() 670 uint32_t lifetime = 0xffffffff; in TEST_F() local 677 lifetime, in TEST_F()
|
/system/connectivity/shill/ |
D | device.cc | 594 uint32_t lifetime = 0; in OnIPv6DnsServerAddressesChanged() local 600 interface_index_, &server_addresses, &lifetime) || lifetime == 0) { in OnIPv6DnsServerAddressesChanged() 620 if (lifetime != ND_OPT_LIFETIME_INFINITY) { in OnIPv6DnsServerAddressesChanged() 622 StartIPv6DNSServerTimer(lifetime); in OnIPv6DnsServerAddressesChanged() 623 ip6config_->UpdateLeaseExpirationTime(lifetime); in OnIPv6DnsServerAddressesChanged()
|
D | device_info_unittest.cc | 187 uint32_t lifetime, 262 uint32_t lifetime, const vector<IPAddress>& dns_servers) { in BuildRdnssMessage() argument 272 RTNLMessage::RdnssOption(lifetime, dns_servers)); in BuildRdnssMessage()
|
D | device_info.cc | 1111 rdnss_option.lifetime; in RdnssMsgHandler()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 460 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); in parseNdUserOptMessage() local 495 asprintf(&mParams[1], "LIFETIME=%u", lifetime); in parseNdUserOptMessage()
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 298 // Set to true if connection_type changed during the lifetime of the log. 314 // Set to true if wifi_phy_layer_protocol changed during the lifetime of the log.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 17347 command as it is not expected to be used more than once in the lifetime of the TPM (it can be used 30432 over in the lifetime of the TPM, there is no need for external software to deal with the possibilit…
|
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…
|