HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_UDP_SERVER_PORT (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/network/sockets/
ltpServer.c 41 #define LOCAL_UDP_SERVER_PORT 10000
175 udpServerAddr.sin_port = htons(LOCAL_UDP_SERVER_PORT);
182 argv[0], LOCAL_UDP_SERVER_PORT);
186 argv[0], LOCAL_UDP_SERVER_PORT);
227 hostname, LOCAL_UDP_SERVER_PORT);
ltpClient.c 46 #define LOCAL_UDP_SERVER_PORT 10000
131 udpRemoteServerAddr.sin_port = htons(LOCAL_UDP_SERVER_PORT);

Completed in 2490 milliseconds