Lines Matching defs:port
1973 int i, port, lsock;1984 /* find an open port */1985 port = 7300 + i;1987 lsock = listen_tcp(port, htonl(INADDR_LOOPBACK), 0);1991 port = 0;1994 if (port == 0) {2000 sprintf(cmd, "ssvnc -cmd VNC://localhost:%d -chatonly", port);