Searched refs:INETADDR_UNSPEC (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpLeaseRepositoryTest.java | 22 import static android.net.dhcp.DhcpLeaseRepository.INETADDR_UNSPEC; 140 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, hostname); in requestAddresses() 164 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testAddressExhaustion() 223 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testGetOffer_StableAddress() 227 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testGetOffer_StableAddress() 238 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testUpdateParams_UsesNewPrefix() 247 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testGetOffer_ExistingLease() 261 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testGetOffer_ClientIdHasExistingLease() 276 IPV4_ADDR_ANY /* relayAddr */, INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testGetOffer_DifferentClientId() 345 INETADDR_UNSPEC /* reqAddr */, HOSTNAME_NONE); in testGetOffer_StaticClientAddressInUse() [all …]
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpLeaseRepository.java | 68 public static final Inet4Address INETADDR_UNSPEC = null; field in DhcpLeaseRepository
|