HomeSort by relevance Sort by last modified time
    Searched full:localport (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /libcore/luni/src/main/java/java/net/
SocketImpl.java 54 protected int localport; field in class:SocketImpl
177 return localport;
221 ",port=" + port + ",localPort=" + getLocalPort() + "]";
302 public void onBind(InetAddress localAddress, int localPort) {
DatagramSocket.java 466 int localPort;
469 localPort = 0;
481 localPort = inetAddr.getPort();
482 checkPort(localPort);
484 impl.bind(localPort, addr);
494 public void onBind(InetAddress localAddress, int localPort) {
496 impl.onBind(localAddress, localPort);
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackExt.java 134 * @param localPort the port that we'd like our socket to bind to (0 for a
143 InetAddress localAddress, int localPort)
  /frameworks/base/core/java/org/apache/http/conn/scheme/
SocketFactory.java 86 * @param localPort the port on the local machine,
105 int localPort,
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 120 int localPort) {
130 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 225 UINT16 localPort;
467 UINT16 localPort;
ipsectypes.h 542 UINT16 localPort;
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.java 293 int localPort,
307 if ((localAddress != null) || (localPort > 0)) {
310 if (localPort < 0)
311 localPort = 0; // indicates "any"
314 new InetSocketAddress(localAddress, localPort);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 288 int localPort,
302 if ((localAddress != null) || (localPort > 0)) {
305 if (localPort < 0)
306 localPort = 0; // indicates "any"
309 new InetSocketAddress(localAddress, localPort);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 126 * @param localPort the port that we'd like our socket to bind to (0 for a random port).
134 InetAddress localAddress, int localPort) throws IOException {
141 localPort);
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 286 public Socket createSocket(String host, int port, InetAddress localHost, int localPort)
288 return set(sf.createSocket(host, port, localHost, localPort));
294 InetAddress localAddress, int localPort) throws IOException {
  /frameworks/base/core/java/android/net/
Network.java 152 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException {
153 return connectToHost(host, port, new InetSocketAddress(localHost, localPort));
158 int localPort) throws IOException {
160 socket.bind(new InetSocketAddress(localAddress, localPort));
ProxyInfo.java 344 int localPort = in.readInt();
345 return new ProxyInfo(url, localPort);
SSLCertificateSocketFactory.java 474 public Socket createSocket(InetAddress addr, int port, InetAddress localAddr, int localPort)
477 addr, port, localAddr, localPort);
509 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort)
512 host, port, localAddr, localPort);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 616 private SSLSocket getSSLSocket(InetAddress host, int port, InetAddress localHost, int localPort)
621 localPort);
624 private SSLSocket getSSLSocket(String host, int port, InetAddress localHost, int localPort)
629 localPort);
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 61 int localPort = s.getLocalPort();
62 assertTrue(localPort > 0);
67 assertEquals(localPort, s.getLocalPort());
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 882 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID) {
883 return createUDPSession(localPort, NULL, 0, notify, sessionID);
887 unsigned localPort,
895 localPort,
916 unsigned localPort,
924 localPort,
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 286 int localPort = Integer.parseInt(fields[1].split(":")[1], 16);
288 retval.add(new ParsedProcEntry(localIp, localPort, state, uid));
  /external/libvncserver/x11vnc/misc/
ultravnc_repeater.pl 224 LocalPort => $client_port,
236 LocalPort => $client_port,
251 LocalPort => $server_port,
263 LocalPort => $server_port,
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
510 options.localport = int(localspec[i+1:])
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
510 options.localport = int(localspec[i+1:])
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
510 options.localport = int(localspec[i+1:])
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
510 options.localport = int(localspec[i+1:])
535 proxy = class_((options.localhost, options.localport),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 332 String localport = config.getAttribute(IGDBLaunchConfigurationConstants.ATTR_PORT, local
335 device.createForward(Integer.parseInt(localport),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java 367 assertEquals("ServerSocket[addr=::/::,port=0,localport="
597 int localPort = theSocket.getLocalPort();
600 .getLocalHost(), localPort));
    [all...]

Completed in 622 milliseconds

12 3 4 5 6