Searched refs:to_port (Results 1 – 3 of 3) sorted by relevance
/external/qemu/telephony/ |
D | remote_call.c | 105 int to_port; member 158 remote_call_alloc( RemoteCallType type, int to_port, int from_port ) in remote_call_alloc() argument 168 rcall->to_port = to_port; in remote_call_alloc() 209 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port ); in remote_call_alloc() 211 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port); in remote_call_alloc() 274 call->from_port, call->to_port, events); in remote_call_event() 294 call->from_port, call->to_port, call->buff_len - call->buff_pos ); in remote_call_event() 318 __FUNCTION__, call->to_port, errno, errno_str); in remote_call_event() 328 S("%s: finished sending data to %d\n", __FUNCTION__, call->to_port); in remote_call_event() 367 int to_port = remote_number_string_to_port(to_number); in remote_call_generic() local [all …]
|
/external/qemu/ |
D | vnc-android.c | 2192 int to_port = 0; in vnc_display_open() local 2219 to_port = atoi(options+3) + 5900; in vnc_display_open()
|
D | vnc.c | 2188 int to_port = 0; in vnc_display_open() local 2215 to_port = atoi(options+3) + 5900; in vnc_display_open()
|