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

1 2 3 4 5 6 7 891011>>

  /system/sepolicy/
audioserver.te 54 # audioserver should never need network access. Disallow network sockets.
clatd.te 10 # TODO: Check whether some or all of these sockets should be close-on-exec.
ioctl_macros 44 # commonly used ioctls on unix sockets
rild.te 39 # Allow rild to create and use netlink sockets.
security_classes 46 # extended netlink sockets
  /system/update_engine/
network_selector_interface.h 38 // Set the current process network. All sockets created in the future will be
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 114 // (the number of sockets to be created) equals to |requests_per_ip|. In
115 // non-shared mode, (the number of sockets) equals to requests_per_ip * (the
230 // The set of STUN probe sockets and their state.
235 // Temporary storage for created sockets.
237 // This tracks how many of the sockets are ready.
  /libcore/ojluni/src/main/java/javax/net/
ServerSocketFactory.java 34 * This class creates server sockets. It may be subclassed by other
35 * factories, which create particular types of server sockets. This
39 * to the sockets being constructed.
42 * methods used to create sockets. There is also an environment
99 throw new SocketException("Unbound server sockets not implemented");
  /system/connectivity/shill/
http_request.cc 33 #include "shill/net/sockets.h"
58 Sockets* sockets)
61 sockets_(sockets),
82 dispatcher_, sockets,
http_request_unittest.cc 159 MockSockets& sockets() { return sockets_; } function in class:shill::HTTPRequestTest
187 EXPECT_CALL(sockets(), Close(kServerFD))
444 EXPECT_CALL(sockets(), Send(kServerFD, _, request_data.GetLength(), 0))
448 EXPECT_CALL(sockets(), Send(kServerFD, _, 1, 0))
457 EXPECT_CALL(sockets(), Send(kServerFD, _, request_data.GetLength(), 0))
469 EXPECT_CALL(sockets(), Send(kServerFD, _, request_data.GetLength(), 0))
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 60 EXCEPTION_PATTERNS.add("127.0.0.1:5037"); // adb daemon "smart sockets"
112 * socket. Unix domain sockets can be protected with unix filesystem
116 * Please convert loopback IP connections to unix domain sockets.
128 * socket. Unix domain sockets can be protected with unix filesystem
132 * Please convert loopback IP connections to unix domain sockets.
144 * socket. Unix domain sockets can be protected with unix filesystem
148 * Please convert loopback IP connections to unix domain sockets.
160 * socket. Unix domain sockets can be protected with unix filesystem
164 * Please convert loopback IP connections to unix domain sockets.
  /system/connectivity/shill/vpn/
openvpn_management_server.cc 37 #include "shill/net/sockets.h"
78 Sockets* sockets,
85 int socket = sockets->Socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
96 if (sockets->Bind(
98 sockets->Listen(socket, 1) < 0 ||
99 sockets->GetSockName(
102 sockets->Close(socket);
107 sockets_ = sockets;
  /external/kernel-headers/original/uapi/linux/
capability.h 165 /* Allows binding to TCP/UDP sockets below 1024 */
176 /* Allow setting debug option on sockets */
179 sockets */
186 /* Allow activation of ATM control sockets */
190 /* Allow use of RAW sockets */
191 /* Allow use of PACKET sockets */
  /external/libcap/libcap/include/uapi/linux/
capability.h 165 /* Allows binding to TCP/UDP sockets below 1024 */
176 /* Allow setting debug option on sockets */
179 sockets */
186 /* Allow activation of ATM control sockets */
190 /* Allow use of RAW sockets */
191 /* Allow use of PACKET sockets */
  /libcore/ojluni/src/main/java/java/net/
package.html 37 <li><p><i>Sockets</i>, which are basic bidirectional data communication mechanisms.</p></li>
57 <h2>Sockets</h2>
58 <p>Sockets are means to establish a communication link between machines over the network. The java.net package provides 4 kinds of Sockets:</p>
61 <li>{@link java.net.ServerSocket} is a TCP server API, and will typically {@linkplain java.net.ServerSocket#accept accept} connections from client sockets.</li>
65 <p>Sending and receiving with TCP sockets is done through InputStreams and OutputStreams which can be obtained via the {@link java.net.Socket#getInputStream} and {@link java.net.Socket#getOutputStream} methods.</p>
StandardSocketOptions.java 51 * datagram-oriented sockets sending to {@link java.net.Inet4Address IPv4}
98 * <p> For datagram-oriented sockets, the size of the send buffer may limit
130 * <p> For datagram-oriented sockets, the size of the receive buffer may
136 * <p> In the case of stream-oriented sockets and the TCP/IP protocol, the
165 * <p> In the case of stream-oriented sockets, this socket option will
173 * <p> For datagram-oriented sockets the socket option is used to allow
204 * <p> This socket option is intended for use with sockets that are configured
228 * the value of the ToS octet in IP packets sent by sockets to an {@link
239 * datagram-oriented sockets the option may be configured at any time after
259 * sockets then it is system dependent whether setting this option als
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
capability.h 166 /* Allows binding to TCP/UDP sockets below 1024 */
177 /* Allow setting debug option on sockets */
180 sockets */
187 /* Allow activation of ATM control sockets */
191 /* Allow use of RAW sockets */
192 /* Allow use of PACKET sockets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h 163 /* Allows binding to TCP/UDP sockets below 1024 */
174 /* Allow setting debug option on sockets */
177 sockets */
184 /* Allow activation of ATM control sockets */
188 /* Allow use of RAW sockets */
189 /* Allow use of PACKET sockets */
  /system/extras/tests/net_test/
sock_diag.py 230 """Dumps IPv4 or IPv6 sockets matching the specified parameters."""
231 # DumpSockets(AF_UNSPEC) does not result in dumping all inet sockets, it
239 sockets = []
242 sockets += self.Dump(diag_req, bytecode)
244 return sockets
304 raise ValueError("Dump of %s returned no sockets" % req)
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/
template-params.xml 36 (3) Establishing RFCOMM channels/sockets
89 4. [Establishing RFCOMM][5] channels/sockets
  /external/curl/docs/examples/
sendrecv.c 53 /* select() returns the number of signalled sockets or -1 */
84 * curl_socket_t for sockets otherwise.
  /external/curl/docs/libcurl/
curl_multi_fdset.3 70 If one of the sockets used by libcurl happens to be larger than what can be
75 from the crash, but will make your program NOT wait for sockets it should wait
curl_multi_timeout.3 71 Call \fBcurl_multi_timeout(3)\fP, then wait for action on the sockets. You
72 figure out which sockets to wait for by calling \fBcurl_multi_fdset(3)\fP or
  /external/curl/docs/libcurl/opts/
CURLOPT_OPENSOCKETFUNCTION.3 25 CURLOPT_OPENSOCKETFUNCTION \- set callback for opening sockets
56 and \fICURLSOCKTYPE_ACCEPT\fP is for sockets created after accept() - such as
  /external/iproute2/include/linux/
l2tp.h 17 * struct sockaddr_l2tpip - the sockaddr structure for L2TP-over-IP sockets
39 * struct sockaddr_l2tpip6 - the sockaddr structure for L2TP-over-IPv6 sockets

Completed in 3398 milliseconds

1 2 3 4 5 6 7 891011>>