Lines Matching defs:base_port
230 int base_port = 5554;
300 base_port = console_port;
306 (unsigned)((port - base_port) >> 1) >= (unsigned)tries ) {
308 base_port, base_port + (tries-1)*2 );
316 base_port = port;
320 for ( ; tries > 0; tries--, base_port += 2 ) {
324 if ( slirp_redir( 0, base_port+1, guest_ip, 5555 ) < 0 )
327 if (adb_server_init(base_port+1))
333 if ( control_console_start( base_port ) < 0 ) {
335 slirp_unredir( 0, base_port+1 );
340 D( "control console listening on port %d, ADB on port %d", base_port, base_port+1 );
352 report_console(android_op_report_console, base_port);
355 android_modem_init( base_port );
358 android_base_port = base_port;
380 sprintf(tmp,"0012host:emulator:%d",base_port+1);