Home
last modified time | relevance | path

Searched defs:dstAddr (Results 1 – 25 of 142) sorted by relevance

123456

/aosp_15_r20/external/deqp/framework/delibs/dethread/
H A DdeAtomic.h39 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/
DStructInetDiagSockIdTest.java141 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
DInetDiagSocketTest.java279 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/
DIngressDiscardKey.java30 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 Dmac.cpp941 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/
DIkeTunUtils.java61 final InetAddress dstAddr = getSrcAddress(request); in awaitReqAndInjectResp() local
170 InetAddress dstAddr, in buildIkePacket()
DIpSecBaseTest.java236 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/
DConnectivityPacketSummary.java221 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/
DIkeTunUtils.java138 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/
Dconnectivity-net-module-utils-bpf.jarMETA-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/
Dconnectivity-net-module-utils-bpf.jarMETA-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/
DVpnTest.java1218 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 DUnsafe.annotated.java237 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 Dtun_interface.h43 const in6_addr& dstAddr() const { return mDstAddr; } in dstAddr() function
/aosp_15_r20/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DInfraNetworkDevice.java74 public void sendEchoRequest(Inet6Address dstAddr) throws IOException { in sendEchoRequest()
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfFilterTest.kt707 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 DUnsafe.java675 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 DUnsafe.java239 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/
DStructInetDiagSockId.java94 final InetAddress dstAddr; in parse() local
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/android/net/ip/
DNeighborPacketForwarder.java142 Inet6Address dstAddr; in getIpv6DestinationAddress() local
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl190 in ISocketKeepaliveCallback cb, String srcAddr, int srcPort, String dstAddr); in startNattKeepalive()
194 String dstAddr, boolean automaticOnOffKeepalives, in Network underpinnedNetwork); in startNattKeepaliveWithFd()
DNattKeepalivePacketData.java66 final InetAddress srcAddr, dstAddr; in nattKeepalivePacket() local
DDscpPolicy.java86 @Nullable InetAddress dstAddr, in DscpPolicy()
/aosp_15_r20/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DIpFilterConfiguration.java46 private IpFilterConfiguration(Settings settings, byte[] srcAddr, byte[] dstAddr, int srcPort, in IpFilterConfiguration()
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/util/
DDnsUtils.java322 @NonNull InetAddress dstAddr) { in compareIpv6PrefixMatchLen()

123456