| /packages/modules/Connectivity/tests/unit/java/android/net/ |
| D | QosSocketInfoTest.java | 55 InetSocketAddress clientAddr = new InetSocketAddress("127.0.0.1", 0); in testConstructWithSock() local 85 InetSocketAddress clientAddr = new InetSocketAddress("127.0.0.1", 0); in testConstructWithDatagramSock() local
|
| /packages/modules/NetworkStack/src/android/net/dhcp/ |
| D | DhcpReleasePacket.java | 32 public DhcpReleasePacket(int transId, Inet4Address serverId, Inet4Address clientAddr, in DhcpReleasePacket()
|
| D | DhcpServingParams.java | 148 Inet4Address clientAddr = null; in fromParcelableObject() local 349 public Builder setSingleClientAddr(@Nullable Inet4Address clientAddr) { in setSingleClientAddr()
|
| D | DhcpLeaseRepository.java | 135 long leaseTimeMs, @Nullable Inet4Address clientAddr, int leasesSubnetPrefixLength, in DhcpLeaseRepository() 144 long leaseTimeMs, @Nullable Inet4Address clientAddr, int leasesSubnetPrefixLength) { in updateParams() 282 @NonNull Inet4Address clientAddr, @NonNull Inet4Address relayAddr, in requestLease()
|
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
| D | NsdManagerDownstreamTetheringTest.kt | 122 val clientAddr = LinkAddress("192.0.2.2/28") in testMdnsDiscoveryWorkOnTetheringInterface() constant
|
| /packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
| D | DhcpLeaseRepositoryTest.java | 120 private void initDhcpLeaseRepositoryWithOption(final Inet4Address clientAddr) { in initDhcpLeaseRepositoryWithOption() 617 private DhcpLease requestLease(@NonNull MacAddress macAddr, @NonNull Inet4Address clientAddr, in requestLease() 656 @NonNull Inet4Address clientAddr) throws DhcpLeaseRepository.DhcpLeaseException { in requestLeaseRenewing()
|
| D | DhcpServerTest.java | 428 final Inet4Address clientAddr = parseAddr("192.168.51.42"); in testChangePrefixOnDecline() local 454 @NonNull Inet4Address clientAddr, @Nullable String hostname) { in assertMatchesLease()
|
| /packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/ |
| D | TetheringManagerTest.java | 227 final LinkAddress clientAddr = new LinkAddress("192.168.24.100/24"); in testTetheringRequest() local 243 final LinkAddress clientAddr = new LinkAddress("192.168.24.100/24"); in testTetheringRequestParcelable() local
|
| /packages/modules/Connectivity/Tethering/src/android/net/dhcp/ |
| D | DhcpServingParamsParcelExt.java | 171 public DhcpServingParamsParcelExt setSingleClientAddr(@Nullable Inet4Address clientAddr) { in setSingleClientAddr()
|
| /packages/modules/Connectivity/Tethering/src/android/net/ip/ |
| D | IpServer.java | 585 @Nullable Inet4Address clientAddr) { in makeServingParams() 609 final Inet4Address clientAddr = clientLinkAddr == null ? null : in startDhcp() local 647 final LinkAddress clientAddr) { in configureDhcp() 1320 final Inet4Address clientAddr = mStaticIpv4ClientAddr == null ? null : in handleNewPrefixRequest() local
|
| /packages/modules/Connectivity/Tethering/tests/integration/src/android/net/ |
| D | EthernetTetheringTest.java | 280 final String clientAddr = "192.0.2.2/28"; in testStaticIpv4() local 445 LinkAddress clientAddr = client == null ? null : new LinkAddress(client); in requestWithStaticIpv4() local
|
| /packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
| D | BpfCoordinator.java | 896 final Inet4Address clientAddr = clientInfo.clientAddress; in tetherOffloadRuleClear() local
|
| /packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
| D | TetheringTest.java | 751 final LinkAddress serverAddr, final LinkAddress clientAddr, final boolean exempt, in createTetheringRequestParcel()
|