Package libzeromq-devel
- zmq_atomic_counter_dec(3) β decrement an atomic counter
- zmq_atomic_counter_destroy(3) β destroy an atomic counter
- zmq_atomic_counter_inc(3) β increment an atomic counter
- zmq_atomic_counter_new(3) β create a new atomic counter
- zmq_atomic_counter_set(3) β set atomic counter to new value
- zmq_atomic_counter_value(3) β return value of atomic counter
- zmq_bind(3) β accept incoming connections on a socket
- zmq_close(3) β close 0MQ socket
- zmq_connect(3) β create outgoing connection from socket
- zmq_connect_peer(3) β create outgoing connection from socket and return the connection routing id in thread\-safe and atomic way.
- zmq_ctx_get(3) β get context options
- zmq_ctx_new(3) β create new 0MQ context
- zmq_ctx_set(3) β set context options
- zmq_ctx_shutdown(3) β shutdown a 0MQ context
- zmq_ctx_term(3) β terminate a 0MQ context
- zmq_curve(7) β secure authentication and confidentiality
- zmq_curve_keypair(3) β generate a new CURVE keypair
- zmq_curve_public(3) β derive the public key from a private key
- zmq_disconnect(3) β Disconnect a socket from an endpoint
- zmq_errno(3) β retrieve value of errno for the calling thread
- zmq_getsockopt(3) β get 0MQ socket options
- zmq_gssapi(7) β secure authentication and confidentiality
- zmq_has(3) β check a ZMQ capability
- zmq_inproc(7) β 0MQ local in\-process (inter\-thread) communication transport
- zmq_ipc(7) β 0MQ local inter\-process communication transport
- zmq_msg_close(3) β release 0MQ message
- zmq_msg_copy(3) β copy content of a message to another message
- zmq_msg_data(3) β retrieve pointer to message content
- zmq_msg_get(3) β get message property
- zmq_msg_gets(3) β get message metadata property
- zmq_msg_init(3) β initialise empty 0MQ message
- zmq_msg_init_buffer(3) β initialise 0MQ message with buffer copy
- zmq_msg_init_data(3) β initialise 0MQ message from a supplied buffer
- zmq_msg_init_size(3) β initialise 0MQ message of a specified size
- zmq_msg_more(3) β indicate if there are more message parts to receive
- zmq_msg_move(3) β move content of a message to another message
- zmq_msg_recv(3) β receive a message part from a socket
- zmq_msg_routing_id(3) β return routing ID for message, if any
- zmq_msg_send(3) β send a message part on a socket
- zmq_msg_set(3) β set message property
- zmq_msg_set_routing_id(3) β set routing ID property on message
- zmq_msg_size(3) β retrieve message content size in bytes
- zmq_null(7) β no security or confidentiality
- zmq_pgm(7) β 0MQ reliable multicast transport using PGM
- zmq_plain(7) β clear\-text authentication
- zmq_poll(3) β input/output multiplexing
- zmq_poller(3) β input/output multiplexing
- zmq_proxy(3) β start built\-in 0MQ proxy
- zmq_proxy_steerable(3) β built\-in 0MQ proxy with control flow
- zmq_recv(3) β receive a message part from a socket
- zmq_recvmsg(3) β receive a message part from a socket
- zmq_send(3) β send a message part on a socket
- zmq_send_const(3) β send a constant\-memory message part on a socket
- zmq_sendmsg(3) β send a message part on a socket
- zmq_setsockopt(3) β set 0MQ socket options
- zmq_socket(3) β create 0MQ socket
- zmq_socket_monitor(3) β monitor socket events
- zmq_socket_monitor_versioned(3) β monitor socket events
- zmq_strerror(3) β get 0MQ error message string
- zmq_tcp(7) β 0MQ unicast transport using TCP
- zmq_timers(3) β helper functions for cross\-platform timers callbacks
- zmq_tipc(7) β 0MQ unicast transport using TIPC
- zmq_udp(7) β 0MQ UDP multicast and unicast transport
- zmq_unbind(3) β Stop accepting connections on a socket
- zmq_version(3) β report 0MQ library version
- zmq_vmci(7) β 0MQ transport over virtual machine communicatios interface (VMCI) sockets
- zmq_z85_decode(3) β decode a binary key from Z85 printable text
- zmq_z85_encode(3) β encode a binary key as Z85 printable text
