Searched refs:localPort (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/libqemu/
H A Dtest_guest_2.c52 int localPort = 0; local
116 localPort = atoi(tcpPort);
117 if (localPort <= 0 || localPort > 65535) {
137 if (pipe_openSocket(pipe, localPort) < 0) {

Completed in 113 milliseconds