Libzmq3-Dev
- 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_peer(3) create outgoing connection from socket and return the connection routing id in thread-safe and atomic way.
- zmq_connect(3) create outgoing connection from socket
- 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_keypair(3) generate a new CURVE keypair
- zmq_curve_public(3) derive the public key from a private key
- zmq_curve(7) secure authentication and confidentiality
- 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_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_init(3) initialise empty 0MQ message
- 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_routing_id(3) set routing ID property on message
- zmq_msg_set(3) set message property
- 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_steerable(3) built-in 0MQ proxy with control flow
- zmq_proxy(3) start built-in 0MQ proxy
- zmq_recv(3) receive a message part from a socket
- zmq_recvmsg(3) receive a message part from a socket
- zmq_send_const(3) send a constant-memory message part on a socket
- zmq_send(3) send a message part on a socket
- zmq_sendmsg(3) send a message part on a socket
- zmq_setsockopt(3) set 0MQ socket options
- zmq_socket_monitor_versioned(3) monitor socket events
- zmq_socket_monitor(3) monitor socket events
- zmq_socket(3) create 0MQ socket
- 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
- zmq(7) 0MQ lightweight messaging kernel