HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 76 - 100 of 261) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/content/test/data/workers/
worker_common.js 9 event.ports[0].onmessage = function(e) {
11 event.ports[0].postMessage(msg);
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 43 ports=$(sed -n -e "/^${hostname}\ .*/ s/^.* //p" ${PORTSFILE})
45 for port in $ports; do
  /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])
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.cpp 66 void DedicatedWorkerGlobalScope::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& exceptionState)
69 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, exceptionState);
  /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_8/src/drivers/
driver_roboswitch.c 62 u16 ports; member in struct:wpa_driver_roboswitch_data
239 u16 ports, const u8 *addr)
254 ROBO_ARLCTRL_VEC_1, &ports, 1);
258 ROBO_ARLCTRL_VEC_2, &ports, 1);
278 ROBO_ARLCTRL_VEC_1, &ports, 1);
285 u16 ports, const u8 *addr)
301 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
308 ports_read == ports) {
334 ports_read == ports) {
430 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/chromium_org/net/data/websocket/
websocket_worker_simple.js 8 event.ports[0].onmessage = function(e) {
10 event.ports[0].postMessage(msg);
  /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
  /hardware/qcom/display/msm8960/libtilerenderer/
Android.mk 15 external/skia/src/ports \
  /hardware/qcom/display/msm8x26/libtilerenderer/
Android.mk 15 external/skia/src/ports \
  /external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.h 47 MessagePortArray ports; member in struct:WebCore::MessageEventInit
56 static PassRefPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = 0)
58 return adoptRef(new MessageEvent(origin, lastEventId, source, ports));
60 static PassRefPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = 0)
62 return adoptRef(new MessageEvent(data, origin, lastEventId, source, ports));
90 MessagePortArray ports() const { return m_ports ? *m_ports : MessagePortArray(); } function in class:WebCore::MessageEvent
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 90 // Performs the allocation of ports, in a sequenced (timed) manner, for a given
97 kRunning, // Started allocating ports.
99 kCompleted, // All ports are allocated.
119 // new ports on its own timed schedule.
129 // Signal from AllocationSequence, when it's done with allocating ports.
165 // Keeping a list of all UDP based ports.
166 std::deque<Port*> ports; member in class:cricket::AllocationSequence
210 config.ports.push_back(ProtocolAddress(relay_address_udp, PROTO_UDP));
212 config.ports.push_back(ProtocolAddress(relay_address_tcp, PROTO_TCP));
214 config.ports.push_back(ProtocolAddress(relay_address_ssl, PROTO_SSLTCP))
663 std::vector<Port*> ports; local
    [all...]
  /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_org/net/base/
sdch_manager.cc 39 const std::set<int>& ports)
46 ports_(ports) {
63 ports listed in the Port attribute.
86 const std::set<int>& ports,
136 if (!ports.empty()
137 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
152 ports listed in the Port attribute.
387 std::set<int> ports; local
438 ports.insert(port);
447 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);
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 45 // If we have any queued messages with attached ports, manually destroy them.
48 message_queue_.front().ports;
123 message_queue_.front().ports;
212 msg.ports.resize(sent_message_port_ids.size());
214 msg.ports[i] = new WebMessagePortChannelImpl(new_routing_ids[i],
235 message_queue_.front().ports;

Completed in 998 milliseconds

1 2 34 5 6 7 8 91011