#include "config.h"
#include "NetUtils.h"
#include "compat/inet_aton.h"
#include "debug/DebugUtils.h"
#include "debug/Log.h"
#include "thread/SpinLock.h"
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <netdb.h>
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Functions | |
const char * | oasys::_intoa (u_int32_t addr, char *buf, size_t bufsize) |
Faster wrapper around inet_ntoa. | |
int | oasys::gethostbyname (const char *name, in_addr_t *addrp) |
Utility wrapper around the gethostbyname() system call. |