Searched
full:host (Results
351 -
375 of
2243) sorted by null
<<11121314151617181920>>
/development/tools/axl/ |
chewie.py | 98 time, thread, host = x[0], x[1], x[4] 99 opened[thread] = [time, host, connectionCount] 103 opentime, host, connection = opened[thread] 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection]
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionOperator.java | 76 * Opens a connection to the given target host. 79 * @param target the target host to connect to 102 * @param target the target host for the updated connection. 104 * to the host and port, but the scheme of the target
|
/external/astl/src/ |
Android.mk | 42 # On linux we build a host version of the lib to run under valgrind.
|
/external/bluetooth/bluez/src/ |
hcid.conf | 31 # %h - host name
|
/external/clearsilver/util/ |
neo_net.h | 39 NEOERR *ne_net_connect(NSOCK **sock, const char *host, int port,
|
/external/dbus/dbus/ |
dbus-server-socket.h | 33 DBusServer* _dbus_server_new_for_tcp_socket (const char *host,
|
dbus-transport-socket.h | 33 DBusTransport* _dbus_transport_new_for_tcp_socket (const char *host,
|
/external/dropbear/ |
fake-rfc2553.c | 46 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 59 if (host != NULL) { 61 if (strlcpy(host, inet_ntoa(sin->sin_addr), 72 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
|
/external/iptables/extensions/ |
libipt_hashlimit.man | 7 '1000 packets per second for every host in 192.168.0.0/16'
|
/external/libffi/ |
Android.mk | 15 # This makefile builds both for host and target, and so all the
|
/external/netcat/data/ |
rip.d | 2 # struct sockaddr rip_dst; /* destination net/host */
|
/external/netcat/scripts/ |
iscan | 12 "" ) echo needs HOST and at least one PORT ; exit 1 ;;
|
/external/opencore/baselibs/gen_data_structures/src/ |
bitstreamparser.h | 55 //Returns a 16-bit word from the stream, converting from network-byte-order to host-byte-order. 58 //Returns a 32-bit long from the stream, converting from network-byte-order to host-byte-order. 67 //Writes 16 bits to the stream, converting from host-byte-order to network-byte-order. 70 //Write 32 bits to the stream, converting from host-byte-order to network-byte-order.
|
/external/qemu/android/build/ |
host_static_library.make | 16 # build a host executable, the name of the final executable should be
|
/external/qemu/android/ |
resource.c | 13 #include "config-host.h"
|
/external/qemu/block/ |
nbd.c | 45 const char *host; local 55 if (!strstart(filename, "nbd:", &host)) 58 if (strstart(host, "unix:", &unixpath)) { 70 pstrcpy(hostname, 128, host);
|
/external/quake/quake/src/WinQuake/ |
net_dgrm.h | 26 qsocket_t *Datagram_Connect (const char *host);
|
net_loop.h | 25 qsocket_t *Loop_Connect (const char *host);
|
net_main.cpp | 368 qsocket_t *NET_Connect (const char *host) 376 if (host && *host == 0) 377 host = NULL; 379 if (host) 381 if (Q_strcasecmp (host, "local") == 0) 390 if (Q_strcasecmp (host, hostcache[n].name) == 0) 392 host = hostcache[n].cname; 400 slistSilent = host ? true : false; 406 if (host == NULL [all...] |
net_ser.h | 25 qsocket_t *Serial_Connect (char *host);
|
net_vcr.h | 31 qsocket_t *VCR_Connect (const char *host);
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
eas_host_debug.h | 7 * This header defines the host wrapper functions for simulating
|
/external/stlport/ |
Android.mk | 1 # We cannot use stlport on the simulator because it conficts with the host stl
|
/external/tinyxml/ |
Android.mk | 14 # For the host
|
/external/v8/tools/gyp/ |
v8.gyp | 160 'mksnapshot#host', 161 'js2c#host', 187 'toolsets': ['host', 'target'], 189 'js2c#host', 200 # The ARM assembler assumes the host is 32 bits, so force building 201 # 32-bit host tools. 202 ['target_arch=="arm" and host_arch=="x64" and _toolset=="host"', { 211 'toolsets': ['host', 'target'], 435 # The ARM assembler assumes the host is 32 bits, so force building 436 # 32-bit host tools [all...] |
Completed in 311 milliseconds
<<11121314151617181920>>