Searched defs:ipAddress (Results 1 - 22 of 22) sorted by relevance

/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));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_network.cc271 char ipAddress[64]; local
272 memset(ipAddress, 0, 64);
274 tbChannel.videoChannel, rtpPort, rtcpPort, ipAddress));
279 tbChannel.videoChannel, rtpPort, rtcpPort, ipAddress));
293 tbChannel.videoChannel, ipAddress, rtpPort, rtcpPort,
307 tbChannel.videoChannel, ipAddress, rtpPort, rtcpPort,
316 EXPECT_EQ(0, ViE.network->GetLocalIP(ipAddress, false));
324 tbChannel.videoChannel, rtpPort, rtcpPort, ipAddress));
330 tbChannel.videoChannel, rtpPort, rtcpPort, ipAddress));
334 tbChannel.videoChannel, rtpPort, rtcpPort, ipAddress));
[all...]
H A Dvie_autotest_loopback.cc585 const char* ipAddress = "127.0.0.1"; local
597 error = video_channel_transport->SetSendDestination(ipAddress, rtpPort);
H A Dvie_autotest_record.cc74 const char* ipAddress = "127.0.0.1"; local
163 voice_channel_transport->SetSendDestination(ipAddress, audio_tx_port);
365 error = video_channel_transport->SetSendDestination(ipAddress, rtpPort);
/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.java81 * Returns true if {@code certificate} matches {@code ipAddress}.
83 private boolean verifyIpAddress(String ipAddress, X509Certificate certificate) { argument
85 if (ipAddress.equalsIgnoreCase(altName)) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageProcessor.java78 protected TCPMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port) { argument
79 super(ipAddress, port, "tcp",sipStack);
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 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 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 DServerLog.java161 public void setStackIpAddress(String ipAddress) { argument
162 this.stackIpAddress = ipAddress;
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 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/tcpdump/
H A DsctpHeader.h114 u_int32_t ipAddress; member in struct:sctpV4IpAddress
120 u_int8_t ipAddress[16]; member in struct:sctpV6IpAddress
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2124 char ipAddress[kIpAddressVersion6Length]; local
2138 if (IPAddressCached(*fromSocket, ipAddress, ipAddressLength, portNr) <
2149 // Make sure ipAddress is null terminated.
2150 ipAddress[kIpAddressVersion6Length - 1] = 0;
2151 strncpy(_fromIP, ipAddress, kIpAddressVersion6Length - 1);
2177 "Incoming RTP packet from ip:%s port:%d", ipAddress, portNr);
2179 ipAddress, portNr);
2187 char ipAddress[kIpAddressVersion6Length]; local
2200 if (IPAddress(*fromSocket, ipAddress, ipAddressLength, portNr) < 0)
2209 // Make sure ipAddress i
[all...]
/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/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 386 milliseconds