#include "PracticalSocket.h"#include <sys/types.h>#include <sys/socket.h>#include <string.h>#include <stdlib.h>#include <netdb.h>#include <arpa/inet.h>#include <unistd.h>#include <netinet/in.h>#include <errno.h>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] |
Referenced by CommunicatingSocket::connect(), UDPSocket::sendTo(), and Socket::setLocalAddressAndPort().
1.5.8