HomeSort by relevance Sort by last modified time
    Searched full:portlist (Results 1 - 15 of 15) sorted by null

  /external/netcat/
netcat.c 100 char *portlist[PORT_MAX+1]; variable
442 /* Construct the portlist[] array. */
445 /* Cycle through portlist, connecting to each port. */
446 for (i = 0; portlist[i] != NULL; i++) {
452 s = socks_connect(host, portlist[i], hints,
457 s = remote_connect(host, portlist[i], hints);
477 ntohs(atoi(portlist[i])),
483 "succeeded!\n", host, portlist[i],
853 * Build an array or ports in portlist[], listing each port
895 portlist[x] = calloc(1, PORT_MAX_LEN)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 177 typedef std::vector<ProtocolAddress> PortList;
179 PortList ports;
193 void AddRelay(const PortList& ports, float pref_modifier);
basicportallocator.cc 303 PortConfiguration::PortList ports;
751 PortConfiguration::PortList::const_iterator relay_port;
773 void PortConfiguration::AddRelay(const PortList& ports, float pref_modifier) {
792 PortConfiguration::PortList::const_iterator relay_port;
httpportallocator.cc 228 PortConfiguration::PortList ports;
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc 82 cricket::PortList filtered_ports;
83 for (cricket::PortList::iterator port =
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 339 } else if (name.equals("port") && cookie.portList == null) {
340 cookie.portList = value != null ? value : "";
431 private String portList;
536 return portList;
628 public void setPortlist(String portList) {
629 this.portList = portList;
716 appendAttribute(result, "Port", portList);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 55 typedef std::vector<ProtocolAddress> PortList;
60 PortList ports;
basicportallocator.cc     [all...]
connectivitychecker.cc 381 PortList::const_iterator relay_port;
portallocator_unittest.cc 224 cricket::PortList::const_iterator relay_port;
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 119 cricket::PortList filtered_ports;
120 for (cricket::PortList::iterator port =
  /external/grub/netboot/
smc9000.c 399 static unsigned short portlist[] = { local
415 probe_addrs = portlist;
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 286 String portList = Integer.toString(redirectSource.getPort());
287 cookie.setPortlist(portList);
296 + "\";$Port=\"" + portList + "\"");
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 131 // PORTLIST
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 718 // Check portlist
    [all...]

Completed in 293 milliseconds