|
std::ostream & | operator<< (std::ostream &stream, const IP &ip) |
|
std::ostream & | operator<< (std::ostream &stream, const IP::Network &network) |
|
std::ostream & | operator<< (std::ostream &stream, const MAC &mac) |
|
void | initialize () |
|
Try< Bytes > | contentLength (const std::string &url) |
|
Try< int > | download (const std::string &url, const std::string &path) |
|
bool | is_restartable_error (int error) |
|
bool | is_retryable_error (int error) |
|
bool | is_inprogress_error (int error) |
|
bool | is_socket (int fd) |
|
Try< int_fd > | socket (int family, int type, int protocol) |
|
bool | wsa_initialize () |
|
bool | wsa_cleanup () |
|
os::WindowsFD | accept (const os::WindowsFD &fd, sockaddr *addr, socklen_t *addrlen) |
|
int | bind (const os::WindowsFD &fd, const sockaddr *addr, socklen_t addrlen) |
|
int | connect (const os::WindowsFD &fd, const sockaddr *address, socklen_t addrlen) |
|
ssize_t | send (const os::WindowsFD &fd, const void *buf, size_t len, int flags) |
|
ssize_t | recv (const os::WindowsFD &fd, void *buf, size_t len, int flags) |
|
Result< MAC > | mac (const std::string &name) |
|
struct addrinfo | createAddrInfo (int socktype, int family, int flags) |
|
Try< std::string > | getHostname (const IP &ip) |
|
Try< IP > | getIP (const std::string &hostname, int family=AF_UNSPEC) |
|
Try< std::set< std::string > > | links () |
|
Try< std::string > | hostname () |
|
Try< Nothing > | setHostname (const std::string &hostname) |
|
Error | GaiError (int error) |
|