HomeSort by relevance Sort by last modified time
    Searched refs:localport (Results 1 - 25 of 41) sorted by null

1 2

  /external/syslinux/core/legacynet/
core.c 31 priv->localport = get_port();
45 if (priv->localport)
46 free_port(priv->localport);
97 udp_read.d_port = priv->localport;
136 tid = priv->localport; /* TID(local port No) */
172 tid = priv->localport; /* TID(local port No) */
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 134 if (localport == 0) {
139 localport = IoBridge.getLocalInetSocketAddress(fd).getPort();
155 localport = IoBridge.getLocalInetSocketAddress(fd).getPort();
157 localport = port;
202 s.localport = IoBridge.getLocalInetSocketAddress(s.fd).getPort();
SocketImpl.java 70 protected int localport; field in class:SocketImpl
280 * Returns the value of this socket's {@code localport} field.
282 * @return the value of this socket's {@code localport} field.
283 * @see java.net.SocketImpl#localport
286 return localport;
312 ",port=" + getPort() + ",localport=" + getLocalPort() + "]";
318 localport = 0;
AbstractPlainSocketImpl.java 468 void setLocalPort(int localport) {
469 this.localport = localport;
  /external/syslinux/core/fs/pxe/
pxe.h 128 uint16_t localport; /* Local port number (0=not in use) */ member in struct:net_private::net_private_tftp
132 uint16_t localport; /* Local port number (0=not in use) */ member in struct:net_private::net_private_efi
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java 127 int localport = serverSocket.getLocalPort(); local
129 makeService(FakeWorkers.SocketEchoClient.class, Integer.toString(localport));
144 int localport = serverSocket.getLocalPort(); local
146 makeService(FakeWorkers.SocketEchoClient.class, Integer.toString(localport), "foo");
  /frameworks/support/compat/java/android/support/v4/net/
DatagramSocketWrapper.java 41 this.localport = socket.getLocalPort();
  /external/syslinux/efi/
udp.c 101 socket->net.efi.localport = udata.StationPort;
151 udata.StationPort = socket->net.efi.localport;
373 udata.StationPort = socket->net.efi.localport;
  /external/curl/src/
tool_cfgable.h 66 int localport; member in struct:OperationConfig
tool_getparam.c 871 &config->localport,
878 config->localportrange -= config->localport;
    [all...]
tool_operate.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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:])
550 proxy = class_((options.localhost, options.localport),
  /external/python/cpython2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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),
  /external/netperf/src/
netlib.c     [all...]
  /external/curl/lib/
urldata.h 1121 unsigned short localport; member in struct:connectdata
1560 unsigned short localport; \/* local port number to bind to *\/ member in struct:UserDefined
    [all...]
url.c     [all...]
connect.c 253 unsigned short port = data->set.localport; /* use this port number, 0 for
    [all...]
  /prebuilts/sdk/10/
android.jar 

Completed in 652 milliseconds

1 2