OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sys_channel_create_tcp_client
(Results
1 - 4
of
4
) sorted by null
/external/qemu/telephony/
sysdeps.h
44
extern SysChannel
sys_channel_create_tcp_client
( const char* hostname, int port );
sysdeps_qemu.c
362
sys_channel_create_tcp_client
( const char* hostname, int port )
function
remote_call.c
209
rcall->channel =
sys_channel_create_tcp_client
( "localhost", to_port );
sysdeps_posix.c
609
sys_channel_create_tcp_client
( const char* hostname, int port )
function
Completed in 1164 milliseconds