OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_pair
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
sockets.h
386
int
socket_pair
(int *fd1, int *fd2);
sockets.c
1441
socket_pair
(int *fd1, int *fd2)
function
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.h
394
int
socket_pair
(int *fd1, int *fd2);
sockets.c
1427
socket_pair
(int *fd1, int *fd2)
function
[
all
...]
/external/qemu/proxy/
proxy_http_rewriter.c
325
*
socket_pair
() we created for this specific purpose.
415
if (
socket_pair
( &slirp_1, &conn->slirp_fd ) < 0) {
[
all
...]
Completed in 48 milliseconds