#include "PracticalSocket.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <netinet/in.h>
#include <errno.h>
Namespaces | |
namespace | std |
Typedefs | |
typedef void | raw_type |
Functions | |
static void | fillAddr (const string &address, unsigned short port, sockaddr_in &addr) |
typedef void raw_type |
static void fillAddr | ( | const string & | address, | |
unsigned short | port, | |||
sockaddr_in & | addr | |||
) | [static] |