HomeSort by relevance Sort by last modified time
    Searched full:sockets (Results 301 - 325 of 1483) sorted by null

<<11121314151617181920>>

  /system/sepolicy/
system_server.te 70 # Use netlink uevent sockets.
73 # Use generic netlink sockets.
77 # Use generic "sockets" where the address family is not known
119 # NetworkDiagnostics requires explicit bind() calls to ping sockets. These aren't actually the same
120 # as raw sockets, but the kernel doesn't yet distinguish between the two.
129 # Talk to init and various daemons via sockets.
173 # Use sockets received over binder from various services.
179 # Use sockets received over binder from various services.
360 # Remove sockets created by wpa_supplicant
380 # Allow system_server to use app-created sockets and pipes
    [all...]
  /libcore/ojluni/src/main/java/java/net/
SocketOptions.java 144 * be "set" only "gotten", since sockets are bound at creation time,
174 * for only datagram sockets and only on networks that support
208 * This option is enabled by default for Multicast Sockets.
253 * <P> Valid for all sockets: SocketImpl, DatagramSocketImpl
269 * Valid for all sockets: SocketImpl, DatagramSocketImpl
287 * Valid for all sockets: SocketImpl, DatagramSocketImpl
  /external/avahi/avahi-core/
core.h 63 int disallow_other_stacks; /**< Make sure that only one mDNS responder is run at the same time on the local machine. If this is enable Avahi will not set SO_REUSADDR on its sockets, effectively preventing other stacks from running on the local machine */
67 int publish_a_on_ipv6; /**< Publish an IPv4 A RR on IPv6 sockets */
68 int publish_aaaa_on_ipv4; /**< Publish an IPv4 A RR on IPv6 sockets */
  /external/dbus/
config.h 2 #include <cutils/sockets.h>
58 /* Where per-session bus puts its sockets */
67 /* Where to put test sockets */
  /external/netperf/doc/
netperf.man 16 performance using either TCP or UDP, and the Berkeley Sockets
18 Sockets, tests for IPv6 may be conditionally compiled-in.
137 the data connection for tests using BSD Sockets. It will be made on
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 29 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
194 * Sets the channel on which future sockets are bound.
  /libcore/ojluni/src/main/java/sun/nio/ch/
DefaultSelectorProvider.java 95 is called. However, on Android, sockets tagged with the SocketTagger
98 has been untagged. In cases where sockets are closed without being
112 We also need to make sure that all tagged sockets are untagged before
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapObexLevelTest.java 119 Log.i(TAG,"Setting up sockets...");
164 Log.i(TAG,"Setting up sockets...");
208 Log.i(TAG, "Setting up sockets...");
  /system/core/include/private/
android_filesystem_config.h 111 #define AID_NET_BT 3002 /* bluetooth: create sco, rfcomm or l2cap sockets */
112 #define AID_INET 3003 /* can create AF_INET and AF_INET6 sockets */
113 #define AID_NET_RAW 3004 /* can create raw INET sockets */
  /cts/hostsidetests/net/app2/
AndroidManifest.xml 34 use to open sockets to remote hosts as a different user ID.
  /external/apache-http/src/org/apache/http/io/
package.html 40 Connections are typically based on sockets: plain or secure,
  /external/autotest/client/bin/net/
net_utils_mock.py 42 """Class use to mock sockets."""
  /external/c-ares/
setup_once.h 105 /* Minix doesn't support recv on TCP sockets */
117 * which is used to read incoming data from sockets. If your
157 /* Minix doesn't support send on TCP sockets */
190 * Currently recvfrom is only used on udp sockets.
  /external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
test_auth_digest.py 56 # The following code uses sockets to test the functionality,
  /external/curl/lib/
select.h 97 /* Winsock and TPF sockets are not in range [0..FD_SETSIZE-1], which
sendf.h 80 /* internal write-function, does plain sockets ONLY */
  /external/curl/src/macos/
MACINSTALL.TXT 8 MACOS (not MACOS X) =================== This is the first attempt at porting cURL to MacOS. http, ftp, dict and telnet seems to work fine, other protocols and advanced features have not been all tested. This port is heavily based on the GUSI library from Matthias Neeracher. GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library bringing some of the comforts of UNIX 98 to traditional MacOS. The latest GUSI release can be downloaded from sourceforge at <http://sourceforge.net/projects/gusi/> I have also written a few functions to help port Unix applications to MacOS. These functions are part of the GUSI Extra library that can be downloaded at <http://perso.wanadoo.fr/ela/resources.html#gusiextra> OpenSSL support is still experimental but I hope to deliver a version including SSL soon. cURL for MacOS requires using the CodeWarrior compiler from Metrowerks. First download GUSI, GUSI Extra and cURL. Access paths have been setup so that GUSI, GUSI Extra and cURL directories should have the same parent directory. Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to SIOUX and GUSI patches. If you do not apply these patches curl will not behave correctly. In the 'curl/src/macos' directory, decode "curl.mcp.xml.sit.hqx" (This is a stuffit binhexed file) From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access paths if required. Then you should be able to build: - the libcurl libraries for PPC and 68K. - the curl application (also available for PPC and 68K) which is the command line version of cURL. If the file "tool_hugehelp.c" is missing rename "curl/src/tool_hugehelp.c.cvs" to "tool_hugehelp.c" and make sure its file type is 'TEXT'
  /external/curl/tests/libtest/
lib560.c 98 /* timeout or readable/writable sockets */
  /external/iproute2/tipc/
tipc.c 44 " socket - Show sockets\n",
  /external/kernel-headers/original/uapi/linux/can/
raw.h 4 * Definitions for raw CAN sockets
  /external/libmicrohttpd/src/microhttpd/
connection.h 57 * This function was created to handle writes to sockets when it has
  /external/mockftpserver/branches/1.x_Branch/src/site/apt/
index.apt 12 communication with the FTP server is across the network using sockets, it can be used to test FTP client
  /external/netperf/
README 4 This is a brief readme file for the netperf TCP/UDP/sockets/etc
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocketFactory.java 27 * A {@link SSLSocketFactory} that delegates calls. Sockets can be configured after
  /external/vogar/src/vogar/monitor/
TargetMonitor.java 30 * raw sockets.

Completed in 418 milliseconds

<<11121314151617181920>>