/external/iptables/extensions/ |
libip6t_udp.c | 34 parse_udp_ports(const char *portstring, u_int16_t *ports) 41 ports[0] = ports[1] = parse_port(buffer, "udp"); 46 ports[0] = buffer[0] ? parse_port(buffer, "udp") : 0; 47 ports[1] = cp[0] ? parse_port(cp, "udp") : 0xFFFF; 49 if (ports[0] > ports[1])
|
libipt_udp.c | 35 parse_udp_ports(const char *portstring, u_int16_t *ports) 42 ports[0] = ports[1] = parse_port(buffer, "udp"); 47 ports[0] = buffer[0] ? parse_port(buffer, "udp") : 0; 48 ports[1] = cp[0] ? parse_port(cp, "udp") : 0xFFFF; 50 if (ports[0] > ports[1])
|
libip6t_tcp.c | 42 parse_tcp_ports(const char *portstring, u_int16_t *ports) 49 ports[0] = ports[1] = parse_port(buffer, "tcp"); 54 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0; 55 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF; 57 if (ports[0] > ports[1])
|
libipt_dccp.c | 61 u_int16_t *ports) 69 ports[0] = ports[1] = parse_port(buffer, "dccp"); 75 ports[0] = buffer[0] ? parse_port(buffer, "dccp") : 0; 76 ports[1] = cp[0] ? parse_port(cp, "dccp") : 0xFFFF; 78 if (ports[0] > ports[1])
|
libipt_tcp.c | 43 parse_tcp_ports(const char *portstring, u_int16_t *ports) 50 ports[0] = ports[1] = parse_port(buffer, "tcp"); 55 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0; 56 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF; 58 if (ports[0] > ports[1])
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramSocketTest.java | 380 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 381 int serverPortNumber = ports[0]; 384 DatagramSocket ds = new DatagramSocket(ports[1]); 385 DatagramSocket ds2 = new DatagramSocket(ports[2]); 461 ports = Support_PortManager.getNextPortsForUDP(3); 462 serverPortNumber = ports[0]; 465 DatagramSocket ds = new DatagramSocket(ports[1]); 466 DatagramSocket ds2 = new DatagramSocket(ports[2]); 514 ports = Support_PortManager.getNextPortsForUDP(3); 515 serverPortNumber = ports[0] 842 final int[] ports = Support_PortManager.getNextPortsForUDP(2); local 1007 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 1326 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 1503 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 1768 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 1813 int[] ports = Support_PortManager.getNextPortsForUDP(4); local 1848 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 2041 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 2095 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 2098 ports[0]); local 2132 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 2135 ports[0]); local 2334 final int[] ports = Support_PortManager.getNextPortsForUDP(2); local [all...] |
OldDatagramPacketTest.java | 38 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 39 final int port = ports[0]; 68 socket = new DatagramSocket(ports[1]);
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 43 ports=$(sed -n -e "/^${hostname}\ .*/ s/^.* //p" ${PORTSFILE}) 45 for port in $ports; do
|
/external/webkit/JavaScriptCore/wtf/ |
ThreadSpecificWin.cpp | 27 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
|
/frameworks/base/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/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/webkit/WebCore/bindings/v8/custom/ |
V8MessagePortCustom.cpp | 103 v8::Local<v8::Object> ports = v8::Local<v8::Object>::Cast(value); local 110 v8::Local<v8::Value> sequenceLength = ports->Get(v8::String::New("length")); 120 v8::Local<v8::Value> port = ports->Get(v8::Integer::New(i));
|
/external/clearsilver/ports/freebsd/ |
Makefile | 1 # New ports collection makefile for: clearsilver 11 DISTDIR= /home/blong/ports/distfiles
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_bonding.h | 108 __u16 ports; member in struct:ad_info
|
/external/webkit/WebCore/dom/ |
MessageEvent.idl | 38 readonly attribute [CustomGetter] Array ports;
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerImpl.cpp | 88 OwnPtr<MessagePortArray> ports = local 93 ports.release(), serializedMessage.release()));
|
/external/chromium/net/base/ |
sdch_manager.cc | 199 std::set<int> ports; local 247 ports.insert(port); 256 if (!Dictionary::CanSet(domain, path, ports, dictionary_url)) 277 dictionary_url, domain, path, expiration, ports); 319 const std::set<int> ports) 326 ports_(ports) { 370 const std::set<int> ports, 419 if (!ports.empty() 420 && 0 == ports.count(dictionary_url.EffectiveIntPort())) { 435 ports listed in the Port attribute [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) { 484 device->ports = g_slist_append(device->ports, port); 501 port = find_port(device->ports, pattern); 547 port = find_port(device->ports, dev); 615 if (find_port(device->ports, uuid)) 625 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/skia/ |
Android.mk | 44 src/ports/SkDebug_android.cpp \ 89 src/ports/SkFontHost_android.cpp \ 90 src/ports/SkFontHost_gamma.cpp \ 91 src/ports/SkFontHost_FreeType.cpp \ 92 src/ports/SkFontHost_tables.cpp \ 93 src/ports/SkGlobals_global.cpp \ 94 src/ports/SkImageRef_ashmem.cpp \ 95 src/ports/SkOSFile_stdio.cpp \ 96 src/ports/SkTime_Unix.cpp \
|
/external/skia/tests/ |
Android.mk | 31 external/skia/include/ports \
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
webkitport.py | 29 # WebKit's Python module for understanding the various ports 46 ports = { 53 return ports.get(port_name, MacPort)
|