Searched refs:STACK_PORT (Results 1 – 3 of 3) sorted by relevance
29 #define STACK_PORT 2277 macro31 #define PEER_PORT STACK_PORT179 int srvFd = CommInitTcpServer(STACK_PORT); in SampleTcpServerTask()343 int srvFd = CommInitTcpServer(STACK_PORT + 1); in SelectServerTask()584 srvAddr.sin_port = htons(STACK_PORT);
31 static const int STACK_PORT = 2277; variable158 int srvFd = CommInitTcpServer(STACK_PORT); in SampleTcpServerTask()333 int srvFd = CommInitTcpServer(STACK_PORT + 1); in TcpServerForFork()410 int srvFd = CommInitTcpServer(STACK_PORT + 1); in SelectServerForFork()546 srvAddr.sin_port = htons(STACK_PORT);
42 #define STACK_PORT 2288 macro180 int srvFd = CommInitTcpServer(STACK_PORT); in SampleTcpServerTask()376 int srvFd = CommInitTcpServer(STACK_PORT); in TcpServerLoopTask()459 int srvFd = CommInitTcpServer(STACK_PORT + 1); in TcpServerForFork()507 int srvFd = CommInitTcpServer(STACK_PORT + 1); in SelectServerForFork()599 int srvFd = CommInitTcpServer(STACK_PORT + 1); in PollServerForFork()771 srvAddr.sin_port = htons(STACK_PORT);1129 srvAddr->sin_port = htons(STACK_PORT);