Searched refs:qemu_socket (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | qemu-sockets.c | 176 slisten = qemu_socket(e->ai_family, e->ai_socktype, e->ai_protocol); in inet_listen_opts() 281 sock = qemu_socket(e->ai_family, e->ai_socktype, e->ai_protocol); in inet_connect_opts() 374 sock = qemu_socket(peer->ai_family, peer->ai_socktype, peer->ai_protocol); in inet_dgram_opts() 547 sock = qemu_socket(PF_UNIX, SOCK_STREAM, 0); in unix_listen_opts() 602 sock = qemu_socket(PF_UNIX, SOCK_STREAM, 0); in unix_connect_opts()
|
D | osdep.c | 149 int qemu_socket(int domain, int type, int protocol) in qemu_socket() function
|