remote_call.c | 96 int to_port; member in struct:RemoteCallRec 149 remote_call_alloc( RemoteCallType type, int to_port, int from_port ) 159 rcall->to_port = to_port; 200 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port ); 202 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port); 265 call->from_port, call->to_port, events); 273 //S("%s: emulator %d quitted with %d: %s\n", __FUNCTION__, call->to_port, errno, errno_str); 285 call->from_port, call->to_port, call->buff_len - call->buff_pos ); 309 __FUNCTION__, call->to_port, errno, errno_str) 358 int to_port = remote_number_string_to_port(to_number); local [all...] |