Home
last modified time | relevance | path

Searched refs:sys_channel_create_tcp_client (Results 1 – 4 of 4) sorted by relevance

/external/qemu/telephony/
Dsysdeps.h44 extern SysChannel sys_channel_create_tcp_client( const char* hostname, int port );
Dsysdeps_qemu.c362 sys_channel_create_tcp_client( const char* hostname, int port ) in sys_channel_create_tcp_client() function
Dremote_call.c209 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port ); in remote_call_alloc()
Dsysdeps_posix.c609 sys_channel_create_tcp_client( const char* hostname, int port ) in sys_channel_create_tcp_client() function