#include "OW_config.h"
#include "OW_SocketException.hpp"
#include "OW_SocketUtils.hpp"
#include "OW_PosixUnnamedPipe.hpp"
#include "OW_Assertion.hpp"
#include "OW_Socket.hpp"
#include "OW_Format.hpp"
#include "OW_Thread.hpp"
#include "OW_System.hpp"
#include "OW_Select.hpp"
#include "OW_Mutex.hpp"
#include "OW_MutexLock.hpp"
#include <ctype.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <cstring>
#include <cstdio>
#include <cerrno>
Include dependency graph for OW_SocketUtils.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
namespace | OW_NAMESPACE::SocketUtils |
Defines | |
#define | MAX(A, B) (((A) > (B))? (A): (B)) |
Functions | |
String | OW_NAMESPACE::SocketUtils::inetAddrToString (UInt64 addr) |
int | OW_NAMESPACE::SocketUtils::waitForIO (SocketHandle_t fd, int timeOutSecs, SocketFlags::EWaitDirectionFlag forInput) |
Wait for input or output on a socket. | |
String | OW_NAMESPACE::SocketUtils::getFullyQualifiedHostName () |
Get the fully qualified host name. | |
Variables | |
Mutex | OW_NAMESPACE::gethostbynameMutex |
|
Definition at line 89 of file OW_SocketUtils.cpp. |