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

  /external/xmlrpcpp/src/
XmlRpcServer.cpp 70 XmlRpcServer::bindAndListen(int port, int backlog /*= 5*/)
75 XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not create socket (%s).", XmlRpcSocket::getErrorMsg().c_str());
85 XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not set socket to non-blocking input mode (%s).", XmlRpcSocket::getErrorMsg().c_str());
93 XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not set SO_REUSEADDR socket option (%s).", XmlRpcSocket::getErrorMsg().c_str());
101 XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not bind to specified port (%s).", XmlRpcSocket::getErrorMsg().c_str());
109 XmlRpcUtil::error("XmlRpcServer::bindAndListen: Could not set socket in listening mode (%s).", XmlRpcSocket::getErrorMsg().c_str());
113 XmlRpcUtil::log(2, "XmlRpcServer::bindAndListen: server listening on port %d fd %d", port, fd);
  /system/netd/server/
SockDiagTest.cpp 39 uint16_t bindAndListen(int s) {
79 uint16_t port = bindAndListen(listensocket);
413 uint16_t port = bindAndListen(listensocket);

Completed in 76 milliseconds