Lines Matching full:to_port
105 int to_port;
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);
328 S("%s: finished sending data to %d\n", __FUNCTION__, call->to_port);
367 int to_port = remote_number_string_to_port(to_number);
374 if ( to_port < 0 ) {
378 if (to_port == from_port) {
382 call = remote_call_alloc( type, to_port, from_port );
387 D("%s: adding new call from port %d to port %d\n", __FUNCTION__, from_port, to_port);