Searched defs:startPort (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsstartNX.c82 unsigned short port, startPort = 0; local
93 startPort = ntohs(serventInfo->s_port);
97 if (startPort == 0) startPort = BASE_TCP_PORT;
130 for (port = startPort; (int) port < (int) startPort + CSDPSMAXPORT; port++)

Completed in 7 milliseconds