Home
last modified time | relevance | path

Searched defs:clientAddr (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DQosSocketInfoTest.java55 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/
DDhcpReleasePacket.java32 public DhcpReleasePacket(int transId, Inet4Address serverId, Inet4Address clientAddr, in DhcpReleasePacket()
DDhcpServingParams.java148 Inet4Address clientAddr = null; in fromParcelableObject() local
349 public Builder setSingleClientAddr(@Nullable Inet4Address clientAddr) { in setSingleClientAddr()
DDhcpLeaseRepository.java135 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/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpLeaseRepositoryTest.java120 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()
DDhcpServerTest.java426 final Inet4Address clientAddr = parseAddr("192.168.51.42"); in testChangePrefixOnDecline() local
452 @NonNull Inet4Address clientAddr, @Nullable String hostname) { in assertMatchesLease()
/packages/modules/Connectivity/Tethering/src/android/net/dhcp/
DDhcpServingParamsParcelExt.java171 public DhcpServingParamsParcelExt setSingleClientAddr(@Nullable Inet4Address clientAddr) { in setSingleClientAddr()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java549 @Nullable Inet4Address clientAddr) { in makeServingParams()
573 final Inet4Address clientAddr = clientLinkAddr == null ? null : in startDhcp() local
611 final LinkAddress clientAddr) { in configureDhcp()
1270 final Inet4Address clientAddr = mStaticIpv4ClientAddr == null ? null : in handleNewPrefixRequest() local
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java259 final String clientAddr = "192.0.2.2/28"; in testStaticIpv4() local
416 LinkAddress clientAddr = client == null ? null : new LinkAddress(client); in requestWithStaticIpv4() local
/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/
DTetheringManagerTest.java225 final LinkAddress clientAddr = new LinkAddress("192.168.24.100/24"); in testTetheringRequest() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java810 final Inet4Address clientAddr = clientInfo.clientAddress; in tetherOffloadRuleClear() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java739 final LinkAddress serverAddr, final LinkAddress clientAddr, final boolean exempt, in createTetheringRequestParcel()