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

12

/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpSessionHeadersTest.java61 for (String ipAddress : ipAddresses) {
62 InetAddress inetAddress = InetAddress.getByName(ipAddress);
64 assertEquals(ipAddress, session.getHeaders().get("remote-addr"));
65 assertEquals(ipAddress, session.getHeaders().get("http-client-ip"));
/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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DOkHostnameVerifier.java82 * Returns true if {@code certificate} matches {@code ipAddress}.
84 private boolean verifyIpAddress(String ipAddress, X509Certificate certificate) { argument
87 if (ipAddress.equalsIgnoreCase(altNames.get(i))) {
/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/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2122 char ipAddress[kIpAddressVersion6Length]; local
2136 if (IPAddressCached(*fromSocket, ipAddress, ipAddressLength, portNr) <
2147 // Make sure ipAddress is null terminated.
2148 ipAddress[kIpAddressVersion6Length - 1] = 0;
2149 strncpy(_fromIP, ipAddress, kIpAddressVersion6Length - 1);
2175 "Incoming RTP packet from ip:%s port:%d", ipAddress, portNr);
2177 ipAddress, portNr);
2185 char ipAddress[kIpAddressVersion6Length]; local
2198 if (IPAddress(*fromSocket, ipAddress, ipAddressLength, portNr) < 0)
2207 // Make sure ipAddress i
[all...]
/external/tcpdump/
H A Dprint-sctp.c208 uint32_t ipAddress; member in struct:sctpV4IpAddress
214 uint8_t ipAddress[16]; member in struct:sctpV6IpAddress
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java512 result.put("ipAddress", data.ipAddress);
/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 ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 500 milliseconds

12