#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <FileDescriptor.h>
#include <SocketDescriptor.h>
Include dependency graph for SocketDescriptor.cc:
Go to the source code of this file.
Functions | |
bool | getAddrByName (string const &name, unsigned int &addr) |
string | getNameByAddr (char const *addr) |
|
Definition at line 148 of file SocketDescriptor.cc. |
|
Definition at line 167 of file SocketDescriptor.cc. |