|
inlib
1.2.0
|
#include "base_socket"#include "../sys/sleep"#include "../sout"#include <arpa/inet.h>#include <netinet/in.h>#include <netdb.h>#include <fcntl.h>

Go to the source code of this file.
Classes | |
| class | inlib::net::inet_socket |
| struct | inlib::net::inet_socket::bind_info |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::net |
Defines | |
| #define | inlib_inet_socket |
Functions | |
| std::string | inlib::net::herror () |
| bool | inlib::net::inet_addr (std::ostream &a_out, const std::string &a_host, in_addr_t &a_addr) |
| bool | inlib::net::inet_host (std::ostream &a_out, std::string &a_host) |
| #define inlib_inet_socket |
Definition at line 5 of file inet_socket.
1.7.5.1