Home
last modified time | relevance | path

Searched defs:rem (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructInetDiagSockId.java68 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem) { in StructInetDiagSockId()
72 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem, in StructInetDiagSockId()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java657 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in checkConnectionOwnerUidUdp() local
665 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in checkConnectionOwnerUidTcp() local
1393 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in testGetConnectionOwnerUidSecurity() local
/packages/modules/Virtualization/guest/pvmfw/src/
Dgpt.rs128 let mut rem = self.entries_count; in get_partition_by_name() localVariable