Home
last modified time | relevance | path

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

/external/qemu/
Dsockets.h405 int socket_network_client( const char* host, int port, SocketType type );
Dsockets.c1359 socket_network_client( const char* host, int port, SocketType type ) in socket_network_client() function
/external/qemu/telephony/
Dsysdeps_qemu.c366 channel->fd = socket_network_client( hostname, port, SOCKET_STREAM ); in sys_channel_create_tcp_client()