remote_call.c | 105 int to_port; member in struct:RemoteCallRec 158 remote_call_alloc( RemoteCallType type, int to_port, int from_port ) 168 rcall->to_port = to_port; 209 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port ); 211 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port); 274 call->from_port, call->to_port, events); 282 //S("%s: emulator %d quitted with %d: %s\n", __FUNCTION__, call->to_port, errno, errno_str); 294 call->from_port, call->to_port, call->buff_len - call->buff_pos ); 318 __FUNCTION__, call->to_port, errno, errno_str) 367 int to_port = remote_number_string_to_port(to_number); local [all...] |