Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dremote_call.c96 int to_port; member
149 remote_call_alloc( RemoteCallType type, int to_port, int from_port ) in remote_call_alloc() argument
159 rcall->to_port = to_port; in remote_call_alloc()
200 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port ); in remote_call_alloc()
202 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port); in remote_call_alloc()
265 call->from_port, call->to_port, events); in remote_call_event()
285 call->from_port, call->to_port, call->buff_len - call->buff_pos ); in remote_call_event()
309 __FUNCTION__, call->to_port, errno, errno_str); in remote_call_event()
319 S("%s: finished sending data to %d\n", __FUNCTION__, call->to_port); in remote_call_event()
358 int to_port = remote_number_string_to_port(to_number); in remote_call_generic() local
[all …]
/external/qemu/
Dvnc.c2188 int to_port = 0; in vnc_display_open() local
2215 to_port = atoi(options+3) + 5900; in vnc_display_open()
Dvnc-android.c2192 int to_port = 0; in vnc_display_open() local
2219 to_port = atoi(options+3) + 5900; in vnc_display_open()