Home
last modified time | relevance | path

Searched refs:myAddress (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/gov/nist/core/net/
DDefaultNetworkLayer.java112 InetAddress myAddress) throws IOException { in createSSLSocket() argument
114 myAddress, 0); in createSSLSocket()
118 InetAddress myAddress) throws IOException { in createSocket() argument
119 if (myAddress != null) in createSocket()
120 return new Socket(address, port, myAddress, 0); in createSocket()
142 InetAddress myAddress, int myPort) in createSocket() argument
145 if (myAddress != null) in createSocket()
146 return new Socket(address, port, myAddress, myPort); in createSocket()
DSslNetworkLayer.java122 InetAddress myAddress) throws IOException { in createSSLSocket() argument
124 myAddress, 0); in createSSLSocket()
128 InetAddress myAddress) throws IOException { in createSocket() argument
129 if (myAddress != null) in createSocket()
130 return new Socket(address, port, myAddress, 0); in createSocket()
152 InetAddress myAddress, int myPort) in createSocket() argument
155 if (myAddress != null) in createSocket()
156 return new Socket(address, port, myAddress, myPort); in createSocket()
DNetworkLayer.java110 InetAddress myAddress, int myPort) in createSocket() argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageChannel.java114 private String myAddress; field in UDPMessageChannel
179 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
206 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
232 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
900 return this.myAddress; in getViaHost()
DTLSMessageChannel.java89 private String myAddress; field in TLSMessageChannel
143 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel()
181 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel()
691 return myAddress; in getViaHost()
DTCPMessageChannel.java85 protected String myAddress; field in TCPMessageChannel
128 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel()
166 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel()
712 return myAddress; in getViaHost()