Searched refs:ipAddress (Results 1 - 18 of 18) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java78 private InetAddress ipAddress; field in class:MessageProcessor
109 * @param ipAddress -- ip address where I am listening for incoming requests.
113 protected MessageProcessor( InetAddress ipAddress, int port, String transport, argument
116 this.initialize(ipAddress, port, transactionStack);
127 public final void initialize( InetAddress ipAddress, int port, argument
131 this.savedIpAddress = ipAddress.getHostAddress();
132 this.ipAddress = ipAddress;
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress()));
220 return this.ipAddress;
225 setIpAddress(InetAddress ipAddress) argument
[all...]
H A DUDPMessageProcessor.java97 protected UDPMessageProcessor(InetAddress ipAddress, argument
99 super(ipAddress, port, "udp",sipStack);
108 ipAddress);
120 if ( ipAddress.getHostAddress().equals(IN_ADDR_ANY) ||
121 ipAddress.getHostAddress().equals(IN6_ADDR_ANY)){
H A DTCPMessageProcessor.java78 protected TCPMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port) { argument
79 super(ipAddress, port, "tcp",sipStack);
H A DUDPMessageChannel.java144 String ipAddress; field in class:UDPMessageChannel.PingBackTimerTask
147 public PingBackTimerTask(String ipAddress, int port) { argument
148 this.ipAddress = ipAddress;
150 pingBackRecord.put(ipAddress + ":" + port, this);
154 pingBackRecord.remove(ipAddress + ":" + port);
158 return (ipAddress + ":" + port).hashCode();
H A DServerLog.java161 public void setStackIpAddress(String ipAddress) { argument
162 this.stackIpAddress = ipAddress;
H A DTLSMessageProcessor.java84 * @param ipAddress -- inet address where I am listening.
88 protected TLSMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port) { argument
89 super(ipAddress, port, "tls",sipStack);
H A DSIPTransactionStack.java1933 * @param ipAddress -- ip address for the listening point.
1937 protected MessageProcessor createMessageProcessor(InetAddress ipAddress, int port, argument
1940 UDPMessageProcessor udpMessageProcessor = new UDPMessageProcessor(ipAddress, this,
1946 TCPMessageProcessor tcpMessageProcessor = new TCPMessageProcessor(ipAddress, this,
1952 TLSMessageProcessor tlsMessageProcessor = new TLSMessageProcessor(ipAddress, this,
1964 mp.initialize( ipAddress, port, this );
/external/nist-sip/java/gov/nist/javax/sip/
H A DListeningPointExt.java29 public void sendHeartbeat(String ipAddress, int port) throws IOException ; argument
H A DListeningPointImpl.java227 String ipAddress = this.getIPAddress();
230 sipURI.setHost(ipAddress);
246 public void sendHeartbeat(String ipAddress, int port) throws IOException { argument
249 targetHostPort.setHost(new Host( ipAddress));
H A DDialogFilter.java305 String ipAddress = contactUri.getHost();
319 if (ipAddress != null
320 && (!ipAddress.equals(listeningPoint.getIPAddress()) || contactPort != listeningPoint
/external/nist-sip/java/javax/sip/
H A DSipStack.java14 ListeningPoint createListeningPoint(String ipAddress, int port, argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetAddressTest.java277 byte ipAddress[] = { 127, 0, 0, 1 };
280 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress);
281 addr = InetAddress.getByAddress(ipAddress);
284 + ipAddress.length);
292 addr = InetAddress.getByAddress(ipAddress);
295 + ipAddress.length);
H A DInet6AddressTest.java776 byte[] ipAddress = new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1};
777 InetAddress ia = InetAddress.getByAddress(ipAddress);
780 ipAddress = new byte[] {-2, -128, 0, 0, 0, 0, 0, 0, 2, 17, 37, -1, -2, -8, 124, -79};
781 ia = InetAddress.getByAddress(ipAddress);
/external/tcpdump/
H A DsctpHeader.h114 u_int32_t ipAddress; member in struct:sctpV4IpAddress
120 u_int8_t ipAddress[16]; member in struct:sctpV6IpAddress
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs97 System.Net.IPAddress ipAddress = hostInfo.AddressList[0];
98 serverSocket = new TcpListener(ipAddress, port);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs104 System.Net.IPAddress ipAddress = hostInfo.AddressList[0];
105 serverSocket = new TcpListener( ipAddress, port );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 593 milliseconds