Searched refs:socket_pair (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc145 int socket_pair[2]; local
149 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, socket_pair)) {
156 (void) HANDLE_EINTR(close(socket_pair[0]));
157 (void) HANDLE_EINTR(close(socket_pair[1]));
162 (void) HANDLE_EINTR(close(socket_pair[0]));
165 shutdown(socket_pair[1], SHUT_RD);
166 ipc_socketpair_ = socket_pair[1];
173 (void) HANDLE_EINTR(close(socket_pair[1]));
176 shutdown(socket_pair[0], SHUT_WR);
177 ipc_socketpair_ = socket_pair[
[all...]
/external/qemu/
H A Dsockets.h386 int socket_pair(int *fd1, int *fd2);
H A Dsockets.c1441 socket_pair(int *fd1, int *fd2) function
/external/qemu/proxy/
H A Dproxy_http_rewriter.c325 * socket_pair() we created for this specific purpose.
415 if (socket_pair( &slirp_1, &conn->slirp_fd ) < 0) {

Completed in 114 milliseconds