Home
last modified time | relevance | path

Searched refs:socket_pair (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dsockets.h368 int socket_pair(int *fd1, int *fd2);
Dsockets.c1420 socket_pair(int *fd1, int *fd2) in socket_pair() function
/external/qemu/proxy/
Dproxy_http_rewriter.c407 if (socket_pair( &slirp_1, &conn->slirp_fd ) < 0) { in rewrite_connection_create_sockets()