Home
last modified time | relevance | path

Searched refs:minRdnssLifetime (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/src/android/net/ip/
DIpClientLinkObserver.java138 public final int minRdnssLifetime; field in IpClientLinkObserver.Configuration
141 public Configuration(int minRdnssLifetime, boolean populateLinkAddressLifetime) { in Configuration() argument
142 this.minRdnssLifetime = minRdnssLifetime; in Configuration()
198 mDnsServerRepository = new DnsServerRepository(config.minRdnssLifetime); in IpClientLinkObserver()
326 mDnsServerRepository = new DnsServerRepository(mConfig.minRdnssLifetime); in clearLinkProperties()
/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java811 public long minRdnssLifetime() { in minRdnssLifetime() method in LegacyApfFilter.Ra
2053 mLowestRdnssLifetimeSeconds, ra.minRdnssLifetime()); in processRa()
DApfFilter.java928 public long minRdnssLifetime() { in minRdnssLifetime() method in ApfFilter.Ra
2452 mLowestRdnssLifetimeSeconds, ra.minRdnssLifetime()); in processRa()