HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSpecificWin.cpp 26 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
  /external/iptables/extensions/
libxt_multiport.c 26 " --source-ports port[,port,port...]\n"
29 " --destination-ports port[,port,port...]\n"
32 " --ports port[,port,port]\n"
41 "[!] --source-ports port[,port:port,port...]\n"
44 "[!] --destination-ports port[,port:port,port...]\n"
47 "[!] --ports port[,port:port,port]\n"
52 {.name = "source-ports", .id = O_SOURCE_PORTS, .type = XTTYPE_STRING,
56 {.name = "destination-ports", .id = O_DEST_PORTS,
60 {.name = "ports", .id = O_SD_PORTS, .type = XTTYPE_STRING,
85 parse_multi_ports(const char *portstring, uint16_t *ports, const char *proto
    [all...]
libxt_tcp.c 41 parse_tcp_ports(const char *portstring, uint16_t *ports)
48 ports[0] = ports[1] = xtables_parse_port(buffer, "tcp");
53 ports[0] = buffer[0] ? xtables_parse_port(buffer, "tcp") : 0;
54 ports[1] = cp[0] ? xtables_parse_port(cp, "tcp") : 0xFFFF;
56 if (ports[0] > ports[1])
  /frameworks/base/cmds/screencap/
Android.mk 23 external/skia/src/ports \
  /frameworks/native/services/surfaceflinger/tests/screencap/
Android.mk 23 external/skia/src/ports \
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 72 u16 ports; member in struct:wpa_driver_roboswitch_data
242 u16 ports, const u8 *addr)
257 ROBO_ARLCTRL_VEC_1, &ports, 1);
261 ROBO_ARLCTRL_VEC_2, &ports, 1);
281 ROBO_ARLCTRL_VEC_1, &ports, 1);
288 u16 ports, const u8 *addr)
304 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
311 ports_read == ports) {
337 ports_read == ports) {
433 drv->ports = _read[0] & 0x001F
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 68 u16 ports; member in struct:wpa_driver_roboswitch_data
245 u16 ports, const u8 *addr)
260 ROBO_ARLCTRL_VEC_1, &ports, 1);
264 ROBO_ARLCTRL_VEC_2, &ports, 1);
284 ROBO_ARLCTRL_VEC_1, &ports, 1);
291 u16 ports, const u8 *addr)
307 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
314 ports_read == ports) {
340 ports_read == ports) {
436 drv->ports = _read[0] & 0x001F
    [all...]
  /external/dropbear/
svr-runopts.c 72 "-a Allow connections to forwarded ports from any host\n"
233 /* Set up listening ports */
235 svr_opts.ports[0] = m_strdup(DROPBEAR_DEFPORT);
279 svr_opts.ports[svr_opts.portcount] = strchr(myspec, ':');
281 if (svr_opts.ports[svr_opts.portcount] == NULL) {
283 svr_opts.ports[svr_opts.portcount] = myspec;
286 svr_opts.ports[svr_opts.portcount][0] = '\0';
287 svr_opts.ports[svr_opts.portcount]++;
296 if (svr_opts.ports[svr_opts.portcount][0] == '\0') {
runopts.h 55 /* ports is an array of the portcount listening ports */
56 char *ports[DROPBEAR_MAX_PORTS]; member in struct:svr_runopts
  /external/libsepol/include/sepol/
sepol.h 16 #include <sepol/ports.h>
  /frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java 74 String[] ports = mSerialManager.getSerialPorts(); local
75 if (ports != null && ports.length > 0) {
77 mSerialPort = mSerialManager.openSerialPort(ports[0], 115200);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_bonding.h 108 __u16 ports; member in struct:ad_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_bonding.h 108 __u16 ports; member in struct:ad_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_bonding.h 108 __u16 ports; member in struct:ad_info
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 10 // Empty ports (just a colon) should also be removed
  /external/webkit/Source/WebCore/dom/
MessageEvent.idl 38 readonly attribute [CustomGetter] Array ports;
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerImpl.cpp 88 OwnPtr<MessagePortArray> ports = local
93 ports.release(), serializedMessage.release()));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
MulticastSocketTest.java 252 int[] ports = Support_PortManager.getNextPortsForUDP(2); local
253 int groupPort = ports[0];
259 MulticastSocket mss = new MulticastSocket(ports[1]);
308 int[] ports = Support_PortManager.getNextPortsForUDP(2); local
309 int groupPort = ports[0];
310 int serverPort = ports[1];
337 ports = Support_PortManager.getNextPortsForUDP(2);
338 serverPort = ports[0];
343 groupPort = ports[1];
413 int[] ports = Support_PortManager.getNextPortsForUDP(2) local
477 int[] ports = Support_PortManager.getNextPortsForUDP(2); local
580 int[] ports = Support_PortManager.getNextPortsForUDP(2); local
665 int[] ports = Support_PortManager.getNextPortsForUDP(2); local
    [all...]
  /external/chromium/net/base/
sdch_manager.cc 36 const std::set<int>& ports)
43 ports_(ports) {
60 ports listed in the Port attribute.
83 const std::set<int>& ports,
132 if (!ports.empty()
133 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
148 ports listed in the Port attribute.
375 std::set<int> ports; local
426 ports.insert(port);
435 if (!Dictionary::CanSet(domain, path, ports, dictionary_url)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 228 PortConfiguration::PortList ports; local
231 ports.push_back(ProtocolAddress(address, PROTO_UDP));
235 ports.push_back(ProtocolAddress(address, PROTO_TCP));
239 ports.push_back(ProtocolAddress(address, PROTO_SSLTCP));
241 config->AddRelay(ports, 0.0f);
basicportallocator.cc 120 // Performs the allocation of ports, in a sequenced (timed) manner, for a given
136 // new ports on its own timed schedule.
303 PortConfiguration::PortList ports; local
305 ports.push_back(ProtocolAddress(
308 ports.push_back(ProtocolAddress(
311 ports.push_back(ProtocolAddress(
313 config->AddRelay(ports, RELAY_PRIMARY_PREF_MODIFIER);
336 // create a new sequence to create the appropriate ports.
343 LOG(LS_WARNING) << "Machine has no networks; no ports will be allocated";
354 // No STUN ports specified in this config
501 std::vector<Port*> ports; local
    [all...]
  /external/bluetooth/bluez/serial/
port.c 71 GSList *ports; /* Available ports */ member in struct:serial_device
102 static struct serial_port *find_port(GSList *ports, const char *pattern)
110 for (l = ports; l != NULL; l = l->next) {
464 device->ports = g_slist_append(device->ports, port);
481 port = find_port(device->ports, pattern);
525 port = find_port(device->ports, dev);
593 if (find_port(device->ports, uuid))
603 device->ports = g_slist_append(device->ports, port)
    [all...]
  /external/tcpdump/
print-cnfp.c 74 u_int32_t ports; /* src,dst ports */ member in struct:nfrec
142 EXTRACT_32BITS(&nr->ports) >> 16);
151 EXTRACT_32BITS(&nr->ports) & 0xffff);
  /external/qemu/hw/
usb-hub.c 40 USBHubPort ports[MAX_PORTS]; member in struct:USBHubState
170 USBHubPort *port = &s->ports[port1->index];
257 * of ports */
320 port = &s->ports[n];
343 port = &s->ports[n];
372 port = &s->ports[n];
454 port = &s->ports[i];
486 port = &s->ports[i];
546 port = &s->ports[i];
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 192 int[] ports = cookie.getPorts(); local
193 if (ports != null) {
194 for (int i = 0, len = ports.length; i < len; i++) {
198 buffer.append(Integer.toString(ports[i]));

Completed in 2175 milliseconds

1 23 4 5 6 7