Searched defs:ipAddress (Results 1 - 15 of 15) 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/nist-sip/java/javax/sip/
H A DSipStack.java14 ListeningPoint createListeningPoint(String ipAddress, int port, argument
/external/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/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 ...

Completed in 197 milliseconds