/external/iptables/extensions/ |
libip6t_physdev.man | 1 This module matches on the bridge port input and output devices enslaved 7 Name of a bridge port via which a packet is received (only for 18 Name of a bridge port via which a packet is going to be sent (for packets 28 chains one cannot match on the bridge output port, however one can in the
|
libipt_helper.man | 7 string can be "ftp" for packets related to a ftp-session on default port.
|
libipt_physdev.man | 1 This module matches on the bridge port input and output devices enslaved 7 Name of a bridge port via which a packet is received (only for 18 Name of a bridge port via which a packet is going to be sent (for packets 28 chains one cannot match on the bridge output port, however one can in the
|
libipt_SNAT.man | 12 of IP addresses, and optionally, a port range (which is only valid if 17 If no port range is specified, then source ports below 512 will be 20 1024 or above. Where possible, no port alteration will occur.
|
/external/kernel-headers/original/asm-x86/ |
ia32_unistd.h | 5 * This file contains the system call numbers of the ia32 port,
|
/external/webkit/WebCore/bindings/js/ |
JSMessageChannelCustom.cpp | 39 if (MessagePort* port = m_impl->port1()) 40 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), port); 42 if (MessagePort* port = m_impl->port2()) 43 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), port);
|
/dalvik/libcore/luni/src/test/java/java/net/ |
SocketTest.java | 31 // Bind to an ephemeral local port. 34 // What local port did we get? 39 // The RI returns the ANY address but the original local port after close.
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
DefaultSSLServerSocketFactory.java | 49 public ServerSocket createServerSocket(int port) throws IOException { 54 public ServerSocket createServerSocket(int port, int backlog) throws IOException { 59 public ServerSocket createServerSocket(int port, int backlog, InetAddress iAddress)
|
SSLServerSocket.java | 45 * Creates a TCP server socket on the specified port with the default 48 * @param port 49 * the port to listen on. 53 protected SSLServerSocket(int port) throws IOException { 54 super(port); 60 * Creates a TCP server socket on the specified port using the specified 63 * @param port 64 * the port to listen on. 70 protected SSLServerSocket(int port, int backlog) throws IOException { 71 super(port, backlog) [all...] |
/external/ppp/pppd/plugins/pppoatm/ |
misc.c | 45 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port) 49 vs_id[5] = (htons(port) >> 8) & 255; 50 vs_id[6] = htons(port) & 255;
|
/external/qemu/proxy/ |
proxy_http_int.h | 21 SockAddress server_addr; /* server address and port */ 27 /* create a CONNECT connection (for port != 80) */ 32 /* create a HTTP rewriting connection (for port == 80) */
|
/system/core/libcutils/ |
socket_loopback_client.c | 33 /* Connect to port on the loopback IP interface. type is 37 int socket_loopback_client(int port, int type) 45 addr.sin_port = htons(port);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
compiler.h | 182 extern void (*_alpha_outb)(char val, unsigned long port); 184 outb(unsigned long port, unsigned char val) 186 _alpha_outb(val, port); 189 extern void (*_alpha_outw)(short val, unsigned long port); 191 outw(unsigned long port, unsigned short val) 193 _alpha_outw(val, port); 196 extern void (*_alpha_outl)(int val, unsigned long port); 198 outl(unsigned long port, unsigned int val) 200 _alpha_outl(val, port); 203 extern unsigned int (*_alpha_inb)(unsigned long port); [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
ProxySelectorImpl.java | 117 * port from "http.proxyPort", or from "proxyPort" if "http.proxyPort" is 118 * unavailable. 2. gets from "proxyHost" if 1 is unavailable,then get port 125 String port = null; local 138 port = getSystemPropertyOrAlternative("http.proxyPort", //$NON-NLS-1$ 143 port = getSystemPropertyOrAlternative("proxyPort", //$NON-NLS-1$ 149 port = getSystemProperty( 154 return createProxy(type, host, port, defaultPort); 162 String port = null; local 169 port = getSystemProperty( 176 port = getSystemProperty 190 String port = null; local 223 String port = null; local [all...] |
/development/tools/axl/ |
axl.py | 61 PORT = 8001 68 PORT = 8002 75 PORT = 8003 82 PORT = 8004 92 PORT = 8005 103 PORT = 8006 113 PORT = 8007 130 PORT = 8008 147 PORT = 8009 157 PORT = 801 [all...] |
/external/webkit/WebCore/dom/ |
MessagePort.cpp | 49 // Don't need to call processMessagePortMessagesSoon() here, because the port will not be opened until start() is invoked. 60 void MessagePort::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec) 63 if (port) 64 ports.append(port); 111 // Invoked to notify us that there are messages available for this port. 155 // Must close port before blowing away the cached context, to ensure that we get no more calls to messageAvailable(). 185 // We'll also stipulate that the queue needs to be open (if the app drops its reference to the port before start()-ing it, then it's not really entangled as it's unreachable). 204 MessagePort* port = (*ports)[i].get(); local 205 if (!port || port->isCloned() || portSet.contains(port)) 229 RefPtr<MessagePort> port = MessagePort::create(context); local [all...] |
/bionic/libc/tools/ |
genserv.py | 18 def __init__(self,name,port,proto): 20 self.port = port 29 result += "\\%0o\\%0o" % (((self.port >> 8) & 255), self.port & 255)
|
/external/qemu/ |
qemu-sockets.c | 49 static void inet_setport(struct addrinfo *e, int port) 57 i6->sin6_port = htons(port); 61 i4->sin_port = htons(port); 86 fprintf(stderr,"%s: getaddrinfo: family %s, host %s, port %s\n", 96 char port[33]; local 111 if (1 != sscanf(str,":%32[^,]%n",port,&pos)) { 118 if (2 != sscanf(str,"[%64[^]]]:%32[^,]%n",addr,port,&pos)) { 126 if (2 != sscanf(str,"%64[0-9.]:%32[^,]%n",addr,port,&pos)) { 134 if (2 != sscanf(str,"%64[^:]:%32[^,]%n",addr,port,&pos)) { 152 snprintf(port, sizeof(port), "%d", atoi(port) + port_offset) 231 char port[33]; local [all...] |
/external/webkit/WebCore/workers/ |
WorkerLocation.cpp | 49 return m_url.port() ? m_url.host() + ":" + String::number((static_cast<int>(m_url.port()))) : m_url.host(); 57 String WorkerLocation::port() const function in class:WebCore::WorkerLocation 59 return m_url.port() ? String::number(static_cast<int>(m_url.port())) : "";
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
runtests.py | 41 Options.port, 52 self._tool.executive.run_and_throw_if_fail(self.port().run_python_unittests_command()) 54 self._tool.executive.run_and_throw_if_fail(self.port().run_perl_unittests_command()) 56 self._tool.executive.run_and_throw_if_fail(self.port().run_javascriptcore_tests_command(), quiet=True) 59 args = self.port().run_webkit_tests_command()
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
webserver.rb | 37 port = ARGV[0].to_i 39 port = 2000 42 puts "* iExploder #{$VERSION} will be available at http://localhost:#{port}" 46 s = HTTPServer.new( :Port => port )
|
/external/opencore/pvmi/pvmf/src/ |
pvmf_port_base_impl.cpp | 20 * @brief Base implementation of pvmf port 95 LOGDATAPATH((0, "PORT %s Created", iPortName.get_cstr())); 98 LOGDATAPATH((0, "PORT %s Deleted", iPortName.get_cstr())); 101 LOGDATAPATH((0, "PORT %s Connected", iPortName.get_cstr())); 104 LOGDATAPATH((0, "PORT %s Disconnected", iPortName.get_cstr())); 116 (0, "PORT %s Outgoing Q Busy, Q-depth %d/%d", iPortName.get_cstr() 121 LOGDATAPATH((0, "PORT %s Outgoing Q Ready, Q-depth %d/%d", iPortName.get_cstr() 126 LOGDATAPATH((0, "PORT %s Connected Port Busy, Q-depth %d/%d", iPortName.get_cstr() 131 LOGDATAPATH((0, "PORT %s Connected Port Ready, Q-depth %d/%d", iPortName.get_cstr( [all...] |
/external/netcat/scripts/ |
web | 21 ## args: hostname [port]. You feed it the filename-parts of URLs. 22 ## In the loop, HOST, PORT, and SAVE do the right things; a null line 43 port="80" 45 port="$2" 67 PORT) 68 echo -n 'New port: ' 69 read port 122 echo GET "${spec}" | $BACKEND $host $port > ${TMPAGE} 140 # transport://user:pass@host:port/path/name?query-string 141 # wais: port 210, //host:port/database?search or /database/type/file [all...] |
/external/opencore/nodes/pvloopbacknode/src/ |
pvmf_loopback_ioport.cpp | 22 * @brief Input/Output port for simple loopback node 110 (0, "0x%x PVMFLoopbackPort::PortActivity: port=0x%x, type=%d", 113 //A port is reporting some activity or state change. This code 134 //An outgoing message was queued on this port. 142 //An incoming message was queued on this port. 156 //the loopback port may be waiting on this event. 167 // The connected port has become busy (its incoming queue is 169 // No action is needed here-- the port processing code 170 // checks for connected port busy during data processing. 174 // The connected port has transitioned from Busy to Ready [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 82 public static boolean startViewServer(IDevice device, int port) { 87 device.executeShellCommand(buildStartServerShellCommand(port), 116 * <p/>This starts a port forwarding between a local port and a port on the device. 141 Integer port = devicePortMap.get(device); local 142 if (port != null) { 143 return port; 146 Log.e("hierarchy", "Missing forwarded port for " + device.getSerialNumber()); 152 private static String buildStartServerShellCommand(int port) { [all...] |