Searched refs:sourceAddress (Results 1 – 3 of 3) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageChannel.java | 258 String sourceAddress = getPeerAddress(); in getRawIpSourceAddress() local 261 InetAddress sourceInetAddress = InetAddress.getByName(sourceAddress); in getRawIpSourceAddress()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeSsl.java | 575 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/ |
D | NativeSsl.java | 576 int writeDirectByteBuffer(long sourceAddress, int sourceLength) throws IOException { in writeDirectByteBuffer() argument 580 ssl, this, sourceAddress, sourceLength, handshakeCallbacks); in writeDirectByteBuffer()
|