Searched refs:CreateServerSocket (Results 1 – 3 of 3) sorted by relevance
| /titanic_41/usr/src/cmd/lms/tools/ |
| H A D | ATNetworkTool.cpp | 418 int ATNetworkTool::CreateServerSocket(in_port_t port, in CreateServerSocket() function in ATNetworkTool 427 return ATNetworkTool::CreateServerSocket(ssport.str().c_str(), in CreateServerSocket() 434 int ATNetworkTool::CreateServerSocket(const char *port, in CreateServerSocket() function in ATNetworkTool 505 int s = ATNetworkTool::CreateServerSocket(paddr, error, in CreateServerSockets() 521 int ATNetworkTool::CreateServerSocket(const struct addrinfo *addr, int &error, in CreateServerSocket() function in ATNetworkTool
|
| H A D | ATNetworkTool.h | 408 static int CreateServerSocket(const struct addrinfo *addr, 451 static int CreateServerSocket(in_port_t port, 457 static int CreateServerSocket(const char *port,
|
| /titanic_41/usr/src/cmd/lms/ |
| H A D | Protocol.cpp | 304 return ATNetworkTool::CreateServerSocket( 342 _serverSignalSocket = ATNetworkTool::CreateServerSocket((in_port_t)0, error, true);
|