Home
last modified time | relevance | path

Searched refs:ND_OPT_LIFETIME_INFINITY (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/net/
Dndisc.h42 #define ND_OPT_LIFETIME_INFINITY 0xFFFFFFFF macro
/system/connectivity/shill/
Ddevice_info.cc909 if (info->ipv6_dns_server_lifetime_seconds == ND_OPT_LIFETIME_INFINITY) { in GetIPv6DnsServerAddresses()
910 *life_time = ND_OPT_LIFETIME_INFINITY; in GetIPv6DnsServerAddresses()
Ddevice.cc620 if (lifetime != ND_OPT_LIFETIME_INFINITY) { in OnIPv6DnsServerAddressesChanged()
Ddevice_unittest.cc1403 const uint32_t kExpiredLifetimeInfinity = ND_OPT_LIFETIME_INFINITY; in TEST_F()