Go to the source code of this file.
Namespaces | |
zmq | |
Functions | |
void | zmq::assert_success_or_recoverable (fd_t s_, int rc_) |
int | zmq::bind_to_device (fd_t s_, const std::string &bound_device_) |
void | zmq::enable_ipv4_mapping (fd_t s_) |
int | zmq::get_peer_ip_address (fd_t sockfd_, std::string &ip_addr_) |
bool | zmq::initialize_network () |
int | zmq::make_fdpair (fd_t *r_, fd_t *w_) |
void | zmq::make_socket_noninheritable (fd_t sock_) |
fd_t | zmq::open_socket (int domain_, int type_, int protocol_) |
void | zmq::set_ip_type_of_service (fd_t s_, int iptos_) |
int | zmq::set_nosigpipe (fd_t s_) |
void | zmq::set_socket_priority (fd_t s_, int priority_) |
void | zmq::shutdown_network () |
void | zmq::unblock_socket (fd_t s_) |