|
CSL
6.0
|
#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>Go to the source code of this file.
Typedefs | |
| typedef void | raw_type |
Functions | |
| static void | fillAddr (const string &address, unsigned short port, sockaddr_in &addr) |
| typedef void raw_type |
Definition at line 35 of file PracticalSocket.cpp.
|
static |
Definition at line 64 of file PracticalSocket.cpp.
Referenced by CommunicatingSocket::connect(), UDPSocket::sendTo(), and Socket::setLocalAddressAndPort().