Searched defs:clientAddr (Results  1 – 12 of 12) sorted by relevance
| /packages/modules/Connectivity/tests/unit/java/android/net/ | 
| D | QosSocketInfoTest.java | 55         InetSocketAddress clientAddr = new InetSocketAddress("127.0.0.1", 0);  in testConstructWithSock()  local85         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()  local349         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/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 | 426         final Inet4Address clientAddr = parseAddr("192.168.51.42");  in testChangePrefixOnDecline()  local452             @NonNull Inet4Address clientAddr, @Nullable String hostname) {  in assertMatchesLease()
 
 | 
| /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 | 549             @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/ | 
| D | EthernetTetheringTest.java | 259             final String clientAddr = "192.0.2.2/28";  in testStaticIpv4()  local416         LinkAddress clientAddr = client == null ? null : new LinkAddress(client);  in requestWithStaticIpv4()  local
 
 | 
| /packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/ | 
| D | TetheringManagerTest.java | 225         final LinkAddress clientAddr = new LinkAddress("192.168.24.100/24");  in testTetheringRequest()  local
 | 
| /packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ | 
| D | BpfCoordinator.java | 810         final Inet4Address clientAddr = clientInfo.clientAddress;  in tetherOffloadRuleClear()  local
 | 
| /packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ | 
| D | TetheringTest.java | 739             final LinkAddress serverAddr, final LinkAddress clientAddr, final boolean exempt,  in createTetheringRequestParcel()
 |