HomeSort by relevance Sort by last modified time
    Searched full:port (Results 101 - 125 of 2143) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dropbear/
svr-tcpfwd.c 142 unsigned int port; local
154 port = buf_getint(ses.payload);
159 tcpinfo.listenport = port;
178 unsigned int port; local
188 port = buf_getint(ses.payload);
190 if (port == 0) {
195 if (port < 1 || port > 65535) {
196 TRACE(("invalid port: %d", port))
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_datapath.h 53 EConfigBeforeReqInPort, //Configure node before requesting input port
54 EConfigBeforeReqOutPort, //Configure node before requesting output port
96 * An enumeration of how the format type of the port is determined
100 EUserDefined = 0, //User defines format type for port
101 EConnectedPortFormat, //Format is set to the connecting port's format
102 EUseOtherNodePortFormat, //Format is set to whatever the other node port is set to (nodes in a datapath have only 2 ports)
131 * Describes how to use a port in a datatpath.
162 int32 iPortTag; // The port tag
163 TPVMFNodeInterfaceState iRequestPortState; //State of node to request/release port
164 bool iRequestPortAnytime; //Can port be requested in any node stat
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 306 XvPortID port,
329 req->port = port;
424 XvPortID port,
443 req->port = port;
464 XvPortID port,
482 req->port = port;
503 XvPortID port,
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_PortManager.java 26 * The port manager is supposed to help finding a free
27 * network port on the machine; however, it uses strange
41 int port = ss.getLocalPort(); local
44 return port;
94 * Returns a different port number every 6 seconds or so. The port number
  /dalvik/libcore/luni/src/main/java/java/net/
SocketPermission.java 51 * Access to a particular port can be requested by appending a colon and a
52 * single digit to the name (eg. {@code .company.com:7000}). A range of port
54 * <i>LOW-HIGH</i> where <i>LOW</i> and <i>HIGH</i> are valid port numbers. If
89 // The highest port number
92 // The lowest port number
101 // the port range;
113 * implies {@code localhost}. The port or port range is optional.
137 // Use host since we are only checking for port presence
269 // only check the port range if the action string of the current objec
300 String port = hostPort.substring(host.length()); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 30 """Abstract base class of Port-specific entrypoints for the layout tests
31 test infrastructure (the Port and Driver classes)."""
44 # Python bug workaround. See Port.wdiff_text() for an explanation.
49 class Port(object):
50 """Abstract class for Port-specific hooks for the layout_test package.
63 in for this port."""
64 raise NotImplementedError('Port.baseline_path')
69 raise NotImplementedError('Port.baseline_search_path')
72 """If the port needs to do some runtime checks to ensure that the
76 raise NotImplementedError('Port.check_sys_deps'
    [all...]
http_server.py 52 def __init__(self, port_obj, output_dir, background=False, port=None,
61 self._port = port
88 [{'port': 8000, 'docroot': self._webkit_tests},
89 {'port': 8080, 'docroot': self._webkit_tests},
90 {'port': 8443, 'docroot': self._webkit_tests,
101 'Scripts', 'webkitpy', 'layout_tests', 'port', 'lighttpd.conf')
146 # Have both port and root dir.
147 mappings = [{'port': self._port, 'docroot': self._root}]
154 mappings = [{'port': 8000, 'docroot': self._root},
155 {'port': 8080, 'docroot': self._root}
    [all...]
  /dalvik/libcore/logging/src/main/java/java/util/logging/
SocketHandler.java 47 * <li>java.util.logging.SocketHandler.encoding specifies the port number that
69 * the log manager, including the host name and port number. Default
73 * if failed to connect to the specified host and port.
75 * if the host name or port number is illegal.
85 "java.util.logging.SocketHandler.port")); //$NON-NLS-1$
90 * and port number together with other properties read by the log manager.
95 * @param port
96 * the port number
98 * if failed to connect to the specified host and port.
100 * if the host name or port number is illegal
    [all...]
  /external/iptables/extensions/
libipt_dccp.c 41 " --source-port [!] port[:port] match source port(s)\n"
43 " --destination-port [!] port[:port] match destination port(s)\n"
50 { .name = "source-port", .has_arg = 1, .flag = 0, .val = '1' },
52 { .name = "destination-port", .has_arg = 1, .flag = 0, .val = '2' }
    [all...]
libipt_REDIRECT.man 14 This specifies a destination port or range of ports to use: without
15 this, the destination port is never altered. This is only valid
libipt_SET.man 5 add the address(es)/port(s) of the packet to the sets
8 delete the address(es)/port(s) of the packet from the sets,
libipt_dccp.man 2 \fB--source-port\fR,\fB--sport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR]
4 \fB--destination-port\fR,\fB--dport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR]
libipt_set.man 13 address or port number of the packet can be found in the specified set. If
17 port number of the packet can be found in the set according to the binding.
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 103 XvPortID port_id; /* what port */
112 XvPortID port_id; /* what port */
190 XvPortID /* port */,
199 XvPortID /* port */,
216 XvPortID /* port */,
233 XvPortID /* port */,
250 XvPortID /* port */,
267 XvPortID /* port */,
275 XvPortID /* port */,
283 XvPortID /* port */,
    [all...]
  /external/clearsilver/util/test/
net_test.c 25 NEOERR *client_proc(int port, ULIST *stuff)
33 ne_warn("[c] Connecting to port %d", port);
34 err = ne_net_connect(&nsock, "localhost", port, 10, 10);
66 NEOERR *server_proc(int port, ULIST *stuff)
75 ne_warn("[s] Listening on port %d", port);
76 err = ne_net_listen(port, &server);
  /external/netcat/scripts/
bsh 3 ## Arg is taken as the port to listen on. Define "NC" to point wherever.
13 echo "launched on port $LPN"
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omxdefs.h 48 * Port Specific Macro's
62 * from another port or by the IL client
74 #define PORT_IS_BEING_FLUSHED(port) (port->IsPortFlushed == OMX_FALSE)
75 #define PORT_IS_ENABLED(port) (port->PortParam.bEnabled == OMX_TRUE)
76 #define PORT_IS_POPULATED(port) (port->PortParam.bPopulated == OMX_TRUE)
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_port.h 48 /** Enumerated list of port tags supported by this port */
69 * @param aId ID assigned to this port
70 * @param aTag Port tag
76 * Constructor that allows the node to configure the data queues of this port.
77 * @param aTag Port tag
103 // this port supports config interface
134 //overrides from PVMFPortInterface so we can skip the outgoing port queue.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
SDL_sysjoystick.c 46 1 joystick on IKBD port 1, read via hardware I/O
47 or same joystick on IKBD port 1, read via xbios
48 1 joypad on port A (up to 4 with teamtap)
49 or 2 joysticks on joypad port A
50 or 1 analog paddle on joypad port A
51 or 1 lightpen on joypad port A
52 1 joypad on port B (up to 4 with teamtap)
53 or 2 joysticks on joypad port B
54 or 1 analog paddle on joypad port B
55 2 joysticks on parallel port
    [all...]
  /external/v8/test/cctest/
test-sockets.cc 13 explicit SocketListenerThread(int port, int data_size)
14 : port_(port), data_size_(data_size), server_(NULL), client_(NULL),
43 // Create the server socket and bind it to the requested port.
80 static void SendAndReceive(int port, char *data, int len) {
85 // Make a string with the port number.
88 OS::SNPrintF(Vector<char>(port_str, kPortBuferLen), "%d", port); local
91 SocketListenerThread* listener = new SocketListenerThread(port, len);
121 // Make sure this port is not used by other tests to allow tests to run in
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 71 * Array containing the list of already used static port to avoid
127 mShell.setText("Static Port Configuration");
157 TableHelper.createTableColumn(mPortTable, "Debug Port",
158 SWT.RIGHT, "Debug Port", //$NON-NLS-1$
177 int port = dlg.getPortNumber();
180 addEntry(device, app, port);
201 int port = dlg.getPortNumber();
204 replaceEntry(index, deviceName, app, port);
265 * @param portNumber port number
275 // add the port to the list of port number used
359 Integer port = deviceMap.get(appKey); local
    [all...]
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 6 <listen>tcp:port=1234</listen>
  /external/iproute2/include/linux/tc_act/
tc_mirred.h 17 __u32 ifindex; /* ifindex of egress port */

Completed in 67 milliseconds

1 2 3 45 6 7 8 91011>>