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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnbconn.c71 #define TCP_SERVER_PORT 10000 macro
314 netaddr.inet.port = PR_htons(TCP_SERVER_PORT);
507 netaddr.inet.port = PR_htons(TCP_SERVER_PORT);
H A Dthrpool_client.c94 #define TCP_SERVER_PORT 10000 macro
H A Dthrpool_server.c103 #define TCP_SERVER_PORT 10000 macro
333 netaddr.inet.port = PR_htons(TCP_SERVER_PORT);
H A Dsocket.c138 #define TCP_SERVER_PORT 10000 macro
139 #define UDP_SERVER_PORT TCP_SERVER_PORT
420 if (PR_SetNetAddr(PR_IpAddrAny, server_domain, TCP_SERVER_PORT,
1758 netaddr.inet.port = PR_htons(TCP_SERVER_PORT);

Completed in 60 milliseconds