Home
last modified time | relevance | path

Searched refs:sourceAddress (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageChannel.java258 String sourceAddress = getPeerAddress(); in getRawIpSourceAddress() local
261 InetAddress sourceInetAddress = InetAddress.getByName(sourceAddress); in getRawIpSourceAddress()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java575 int writeDirectByteBuffer(long sourceAddress, int sourceLength) throws IOException { in writeDirectByteBuffer() argument
579 ssl, this, sourceAddress, sourceLength, handshakeCallbacks); in writeDirectByteBuffer()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSsl.java576 int writeDirectByteBuffer(long sourceAddress, int sourceLength) throws IOException { in writeDirectByteBuffer() argument
580 ssl, this, sourceAddress, sourceLength, handshakeCallbacks); in writeDirectByteBuffer()