/aosp_15_r20/external/deqp/framework/delibs/dethread/ |
H A D | deAtomic.h | 39 DE_INLINE int32_t deAtomicIncrementInt32(volatile int32_t *dstAddr) in deAtomicIncrementInt32() 55 DE_INLINE uint32_t deAtomicIncrementUint32(volatile uint32_t *dstAddr) in deAtomicIncrementUint32() 65 DE_INLINE int32_t deAtomicDecrementInt32(volatile int32_t *dstAddr) in deAtomicDecrementInt32() 81 DE_INLINE uint32_t deAtomicDecrementUint32(volatile uint32_t *dstAddr) in deAtomicDecrementUint32() 100 DE_INLINE uint32_t deAtomicCompareExchangeUint32(volatile uint32_t *dstAddr, uint32_t compare, uint… in deAtomicCompareExchangeUint32() 123 DE_INLINE int64_t deAtomicIncrementInt64(volatile int64_t *dstAddr) in deAtomicIncrementInt64() 139 DE_INLINE uint64_t deAtomicIncrementUint64(volatile uint64_t *dstAddr) in deAtomicIncrementUint64() 149 DE_INLINE int64_t deAtomicDecrementInt64(volatile int64_t *dstAddr) in deAtomicDecrementInt64() 165 DE_INLINE uint64_t deAtomicDecrementUint64(volatile uint64_t *dstAddr) in deAtomicDecrementUint64() 184 DE_INLINE uint64_t deAtomicCompareExchangeUint64(volatile uint64_t *dstAddr, uint64_t compare, uint… in deAtomicCompareExchangeUint64() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | StructInetDiagSockIdTest.java | 141 final InetSocketAddress dstAddr = new InetSocketAddress(IPV4_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv4() local 151 final InetSocketAddress dstAddr = new InetSocketAddress(IPV6_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv6() local 161 final InetSocketAddress dstAddr = new InetSocketAddress(IPV4_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv4IfIndexCookie() local 172 final InetSocketAddress dstAddr = new InetSocketAddress(IPV6_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv6IfIndexCookie() local 209 final InetSocketAddress dstAddr = new InetSocketAddress(IPV4_DST_ADDR, DST_PORT); in testToStringStructInetDiagSockIdWithIpv4() local 219 final InetSocketAddress dstAddr = new InetSocketAddress(IPV6_DST_ADDR, DST_PORT); in testToStringStructInetDiagSockIdWithIpv6() local
|
D | InetDiagSocketTest.java | 279 final Inet6Address dstAddr = Inet6Address.getByAddress( in testInetDiagReqV2TcpInet6V4Mapped() local 656 final Inet6Address dstAddr = Inet6Address.getByAddress( in testParseInetDiagResponseV4MappedV6() local 665 private void doTestIsLoopback(InetAddress srcAddr, InetAddress dstAddr, boolean expected) { in doTestIsLoopback()
|
/aosp_15_r20/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/ |
D | IngressDiscardKey.java | 30 public final Inet6Address dstAddr; field in IngressDiscardKey 32 public IngressDiscardKey(final Inet6Address dstAddr) { in IngressDiscardKey() 42 public IngressDiscardKey(final InetAddress dstAddr) { in IngressDiscardKey()
|
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | mac.cpp | 941 Address dstAddr; in BeginTransmit() local 1157 Address dstAddr; in RecordFrameTransmitStatus() local 1262 Address dstAddr; in HandleTransmitDone() local 1664 Address dstAddr; in ProcessEnhAckSecurity() local
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IkeTunUtils.java | 61 final InetAddress dstAddr = getSrcAddress(request); in awaitReqAndInjectResp() local 170 InetAddress dstAddr, in buildIkePacket()
|
D | IpSecBaseTest.java | 236 void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception; in sendTo() 317 public void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception { in sendTo() 353 public void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception { in sendTo()
|
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/util/ |
D | ConnectivityPacketSummary.java | 221 final String dstAddr = getIPv4AddressString(mPacket); in parseIPv4() local 249 final String dstAddr = getIPv6AddressString(mPacket); in parseIPv6() local
|
/aosp_15_r20/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeTunUtils.java | 138 InetAddress dstAddr = getAddress(request, true /* shouldGetSource */); in awaitReqAndInjectResp() local 346 InetAddress dstAddr, in buildIkePacket()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common/javac/ |
D | connectivity-net-module-utils-bpf.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common_apex30/javac/ |
D | connectivity-net-module-utils-bpf.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 1218 final InetAddress dstAddr = getV4AddrByName(TEST_HOST); in doTestAutomaticOnOffKeepaliveMode() local 2029 private ByteBuffer buildIpv4UdpPacket(final Inet4Address dstAddr, final Inet4Address srcAddr, in buildIpv4UdpPacket() 2043 dstAddr); in buildIpv4UdpPacket() local 2050 private ByteBuffer buildIpv6UdpPacket(final Inet6Address dstAddr, final Inet6Address srcAddr, in buildIpv6UdpPacket()
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/ |
H A D | Unsafe.annotated.java | 237 public native void copyMemoryFromPrimitiveArray(java.lang.Object src, long srcOffset, long dstAddr,… in copyMemoryFromPrimitiveArray() 241 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory()
|
/aosp_15_r20/system/netd/tests/ |
H A D | tun_interface.h | 43 const in6_addr& dstAddr() const { return mDstAddr; } in dstAddr() function
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/ |
D | InfraNetworkDevice.java | 74 public void sendEchoRequest(Inet6Address dstAddr) throws IOException { in sendEchoRequest()
|
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfFilterTest.kt | 707 val dstAddr = byteArrayOf(10, 0, 0, 6) in <lambda>() constant 821 val dstAddr = byteArrayOf(10, 0, 0, 6) in <lambda>() constant
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Unsafe.java | 675 long dstAddr, long bytes); in copyMemoryFromPrimitiveArray() 685 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | Unsafe.java | 239 java.lang.Object src, long srcOffset, long dstAddr, long bytes); in copyMemoryFromPrimitiveArray() 242 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | StructInetDiagSockId.java | 94 final InetAddress dstAddr; in parse() local
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | NeighborPacketForwarder.java | 142 Inet6Address dstAddr; in getIpv6DestinationAddress() local
|
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/ |
D | IConnectivityManager.aidl | 190 in ISocketKeepaliveCallback cb, String srcAddr, int srcPort, String dstAddr); in startNattKeepalive() 194 String dstAddr, boolean automaticOnOffKeepalives, in Network underpinnedNetwork); in startNattKeepaliveWithFd()
|
D | NattKeepalivePacketData.java | 66 final InetAddress srcAddr, dstAddr; in nattKeepalivePacket() local
|
D | DscpPolicy.java | 86 @Nullable InetAddress dstAddr, in DscpPolicy()
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/tuner/filter/ |
H A D | IpFilterConfiguration.java | 46 private IpFilterConfiguration(Settings settings, byte[] srcAddr, byte[] dstAddr, int srcPort, in IpFilterConfiguration()
|
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/util/ |
D | DnsUtils.java | 322 @NonNull InetAddress dstAddr) { in compareIpv6PrefixMatchLen()
|