Searched refs:sockets (Results 1 – 25 of 214) sorted by relevance
123456789
18 implement some of the sources in libcutils / sockets to provide a short -25 sockets,27 .The developers who want to pull sockets sources other than the34 osi / include / socket_utils / sockets.h -
209 std::vector<int> sockets; in TEST_F() local211 sockets.resize(num_sockets * 2); in TEST_F()213 ASSERT_EQ(0, adb_socketpair(&sockets[i * 2])) << strerror(errno); in TEST_F()214 ASSERT_TRUE(WriteFdExactly(sockets[i * 2], &i, sizeof(i))); in TEST_F()217 pfd.fd = sockets[i * 2 + 1]; in TEST_F()230 for (int fd : sockets) { in TEST_F()
28 WantedBy=sockets.target40 and listening. inetd-style pre-accepted sockets do _not_ work in this
14 # create sockets to set interfaces up and down21 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
7 # allow the client to pass the server already open netlink sockets
17 # Should never need network access. Disallow sockets except for18 # for unix stream/dgram sockets used for logging/debugging.
13 # create sockets to set interfaces up and down20 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
22 # Should never need network access. Disallow sockets except for23 # for unix stream/dgram sockets used for logging/debugging.
11 # create sockets to set interfaces up and down18 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
15 # create sockets to set interfaces up and down22 # newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
10 # ICMP and SCTP sockets previously mapped
18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.