Package libnng-devel
- libnng(3) β nanomsg next generation library
- nn_allocmsg(3compat) β allocate message (compatible API)
- nn_bind(3compat) β accept connections from remote peers (compatible API)
- nn_close(3compat) β close socket (compatible API)
- nn_cmsg(3compat) β message control data (compatible API)
- nn_connect(3compat) β connect to remote peer (compatible API)
- nn_device(3compat) β create forwarding device (compatible API)
- nn_errno(3compat) β return most recent error (compatible API)
- nn_freemsg(3compat) β free message (compatible API)
- nn_get_statistic(3compat) β get statistic (stub)
- nn_getsockopt(3compat) β get socket option (compatible API)
- nn_poll(3compat) β poll sockets (compatible API)
- nn_reallocmsg(3compat) β reallocate message (compatible API)
- nn_recv(3compat) β receive data (compatible API)
- nn_recvmsg(3compat) β receive message (compatible API)
- nn_send(3compat) β send data (compatible API)
- nn_sendmsg(3compat) β send message (compatible API)
- nn_setsockopt(3compat) β set socket option (compatible API)
- nn_shutdown(3compat) β shut down endpoint (compatible API)
- nn_socket(3compat) β create socket (compatible API)
- nn_strerror(3compat) β return message for error (compatible API)
- nn_term(3compat) β terminate library (compatible API)
- nng(7) β nanomsg next generation
- nng_aio(5) β asynchronous I/O handle
- nng_aio_abort(3) β abort asynchronous I/O operation
- nng_aio_alloc(3) β allocate asynchronous I/O handle
- nng_aio_begin(3) β begin asynchronous I/O operation
- nng_aio_cancel(3) β cancel asynchronous I/O operation
- nng_aio_count(3) β return number of bytes transferred
- nng_aio_defer(3) β defer asynchronous I/O operation
- nng_aio_finish(3) β finish asynchronous I/O operation
- nng_aio_free(3) β free asynchronous I/O handle
- nng_aio_get_input(3) β return input parameter
- nng_aio_get_msg(3) β get message from asynchronous receive
- nng_aio_get_output(3) β return output result
- nng_aio_result(3) β return result of asynchronous operation
- nng_aio_set_input(3) β set input parameter
- nng_aio_set_iov(3) β set scatter/gather vector
- nng_aio_set_msg(3) β set message for asynchronous send
- nng_aio_set_output(3) β set output result
- nng_aio_set_timeout(3) β set asynchronous I/O timeout
- nng_aio_stop(3) β stop asynchronous I/O operation
- nng_aio_wait(3) β wait for asynchronous I/O operation
- nng_alloc(3) β allocate memory
- nng_bus(7) β bus protocol
- nng_bus_open(3) β create bus socket
- nng_clock(3supp) β get time
- nng_close(3) β close socket
- nng_compat(3compat) β compatibility with nanomsg 1.0
- nng_ctx(5) β protocol context
- nng_ctx_close(3) β close context
- nng_ctx_get(3) β get context option
- nng_ctx_getopt(3) β get context option
- nng_ctx_id(3) β return numeric context identifier
- nng_ctx_open(3) β create context
- nng_ctx_recv(3) β receive message using context asynchronously
- nng_ctx_send(3) β send message using context asynchronously
- nng_ctx_set(3) β set context option
- nng_ctx_setopt(3) β set context option
- nng_cv_alloc(3supp) β allocate condition variable
- nng_cv_free(3supp) β free condition variable
- nng_cv_until(3supp) β wait for condition or timeout
- nng_cv_wait(3supp) β wait for condition
- nng_cv_wake(3supp) β wake all waiters
- nng_cv_wake1(3supp) β wake one waiter
- nng_device(3) β message forwarding device
- nng_dial(3) β create and start dialer
- nng_dialer(5) β dialer
- nng_dialer_close(3) β close dialer
- nng_dialer_create(3) β create dialer
- nng_dialer_get(3) β get dialer option
- nng_dialer_getopt(3) β get dialer option
- nng_dialer_id(3) β return numeric dialer identifier
- nng_dialer_set(3) β set dialer option
- nng_dialer_setopt(3) β set dialer option
- nng_dialer_start(3) β start dialer
- nng_duration(5) β relative time in milliseconds
- nng_free(3) β free memory
- nng_getopt(3) β get socket option
- nng_http_client_alloc(3http) β allocate HTTP client
- nng_http_client_connect(3http) β establish HTTP client connection
- nng_http_client_free(3http) β free HTTP client
- nng_http_client_get_tls(3http) β get HTTP client TLS configuration
- nng_http_client_set_tls(3http) β set HTTP client TLS configuration
- nng_http_client_transact(3http) β perform one HTTP transaction
- nng_http_conn_close(3http) β close HTTP connection
- nng_http_conn_read(3http) β read from HTTP connection
- nng_http_conn_read_all(3http) β read all from HTTP connection
- nng_http_conn_read_req(3http) β read HTTP request
- nng_http_conn_read_res(3http) β read HTTP response
- nng_http_conn_transact(3http) β perform one HTTP transaction on connection
- nng_http_conn_write(3http) β write to HTTP connection
- nng_http_conn_write_all(3http) β write all to HTTP connection
- nng_http_conn_write_req(3http) β write HTTP request
- nng_http_conn_write_res(3http) β write HTTP response
- nng_http_handler_alloc(3http) β allocate HTTP server handler
- nng_http_handler_free(3http) β free HTTP server handler
- nng_http_handler_get_data(3http) β return extra data for HTTP handler
- nng_http_handler_set_data(3http) β set extra data for HTTP handler
- nng_http_handler_set_host(3http) β set host for HTTP handler
- nng_http_handler_set_method(3http) β set HTTP handler method
- nng_http_handler_set_tree(3http) β set HTTP handler to match trees
- nng_http_hijack(3http) β hijack HTTP server connection
- nng_http_req_add_header(3http) β add HTTP request header
- nng_http_req_alloc(3http) β allocate HTTP request structure
- nng_http_req_copy_data(3http) β copy HTTP request body
- nng_http_req_del_header(3http) β delete HTTP request header
- nng_http_req_free(3http) β free HTTP request structure
- nng_http_req_get_data(3http) β get HTTP request body
- nng_http_req_get_header(3http) β return HTTP request header
- nng_http_req_get_method(3http) β return HTTP request method
- nng_http_req_get_uri(3http) β return HTTP request URI
- nng_http_req_get_version(3http) β return HTTP request protocol version
- nng_http_req_reset(3http) β reset HTTP request structure
- nng_http_req_set_data(3http) β set HTTP request body
- nng_http_req_set_header(3http) β set HTTP request header
- nng_http_req_set_method(3http) β set HTTP request method
- nng_http_req_set_uri(3http) β set HTTP request URI
- nng_http_req_set_version(3http) β set HTTP request protocol version
- nng_http_res_add_header(3http) β add HTTP response header
- nng_http_res_alloc(3http) β allocate HTTP response structure
- nng_http_res_alloc_error(3http) β allocate HTTP error response
- nng_http_res_copy_data(3http) β copy HTTP response body
- nng_http_res_del_header(3http) β delete HTTP response header
- nng_http_res_free(3http) β free HTTP response structure
- nng_http_res_get_data(3http) β get HTTP response body
- nng_http_res_get_header(3http) β return HTTP response header
- nng_http_res_get_reason(3http) β return HTTP response reason
- nng_http_res_get_status(3http) β return HTTP status code
- nng_http_res_get_version(3http) β return HTTP response protocol version
- nng_http_res_reset(3http) β reset HTTP response structure
- nng_http_res_set_data(3http) β set HTTP response body
- nng_http_res_set_header(3http) β set HTTP response header
- nng_http_res_set_reason(3http) β set HTTP response reason
- nng_http_res_set_status(3http) β set HTTP response status
- nng_http_res_set_version(3http) β set HTTP response protocol version
- nng_http_server_add_handler(3http) β add HTTP server handler
- nng_http_server_del_handler(3http) β delete HTTP server handler
- nng_http_server_get_addr(3http) β get HTTP server address
- nng_http_server_get_tls(3http) β get HTTP server TLS configuration
- nng_http_server_hold(3http) β get and hold HTTP server instance
- nng_http_server_release(3http) β release HTTP server instance
- nng_http_server_set_tls(3http) β set HTTP server TLS configuration
- nng_http_server_start(3http) β start HTTP server
- nng_http_server_stop(3http) β stop HTTP server
- nng_id_map(3supp) β identifier based mapping table
- nng_inproc(7) β intra\-process transport
- nng_inproc_register(3) β register inproc transport
- nng_iov(5) β scatter/gather element
- nng_ipc(7) β IPC transport
- nng_ipc_options(5) β IPC\-specific options
- nng_ipc_register(3) β register ipc transport
- nng_listen(3) β create and start listener
- nng_listener(5) β listener
- nng_listener_close(3) β close listener
- nng_listener_create(3) β create listener
- nng_listener_get(3) β get listener option
- nng_listener_getopt(3) β get listener option
- nng_listener_id(3) β return numeric listener identifier
- nng_listener_set(3) β set listener option
- nng_listener_setopt(3) β set listener option
- nng_listener_start(3) β start listener
- nng_log(3) β log messages
- nng_log_get_level(3) β get minimum level for logging messagse
- nng_log_set_facility(3) β set facility used for log messages
- nng_log_set_level(3) β set minimum level for logging messagse
- nng_log_set_logger(3) β set logging handler
- nng_msg(5) β message
- nng_msg_alloc(3) β allocate a message
- nng_msg_append(3) β append to message body
- nng_msg_body(3) β return message body
- nng_msg_chop(3) β remove data from end of message body
- nng_msg_clear(3) β clear message body content
- nng_msg_dup(3) β duplicate a message
- nng_msg_free(3) β free a message
- nng_msg_get_pipe(3) β get pipe for message
- nng_msg_header(3) β return message header
- nng_msg_header_append(3) β append to message header
- nng_msg_header_chop(3) β remove data from end of message header
- nng_msg_header_clear(3) β clear message header
- nng_msg_header_insert(3) β prepend to message header
- nng_msg_header_len(3) β return message header length
- nng_msg_header_trim(3) β remove data from start of message header
- nng_msg_insert(3) β prepend to message body
- nng_msg_len(3) β return message body length
- nng_msg_realloc(3) β reallocate a message
- nng_msg_set_pipe(3) β set pipe for message
- nng_msg_trim(3) β remove data from start of message body
- nng_msleep(3supp) β sleep milliseconds
- nng_mtx_alloc(3supp) β allocate mutex
- nng_mtx_free(3supp) β free mutex
- nng_mtx_lock(3supp) β lock mutex
- nng_mtx_unlock(3supp) β unlock mutex
- nng_options(5) β socket, dialer, listener, and pipe options
- nng_opts_parse(3supp) β parse command line options
- nng_pair(7) β pair protocol
- nng_pair_open(3) β create pair socket
- nng_pipe(5) β communications pipe
- nng_pipe_close(3) β close pipe
- nng_pipe_dialer(3) β return dialer that created pipe
- nng_pipe_get(3) β get pipe option
- nng_pipe_getopt(3) β get pipe option
- nng_pipe_id(3) β return numeric pipe identifier
- nng_pipe_listener(3) β return listener that created pipe
- nng_pipe_notify(3) β register pipe notification callback
- nng_pipe_socket(3) β return owning socket for pipe
- nng_pub(7) β publisher protocol
- nng_pub_open(3) β create pub socket
- nng_pull(7) β pull protocol
- nng_pull_open(3) β create pull socket
- nng_push(7) β push protocol
- nng_push_open(3) β create push socket
- nng_random(3supp) β get random number
- nng_recv(3) β recv data
- nng_recv_aio(3) β receive message asynchronously
- nng_recvmsg(3) β receive a message
- nng_rep(7) β reply protocol
- nng_rep_open(3) β create rep socket
- nng_req(7) β request protocol
- nng_req_open(3) β create req socket
- nng_respondent(7) β respondent protocol
- nng_respondent_open(3) β create respondent socket
- nng_send(3) β send data
- nng_send_aio(3) β send message asynchronously
- nng_sendmsg(3) β send message
- nng_setopt(3) β set socket option
- nng_sleep_aio(3) β sleep asynchronously
- nng_sockaddr(5) β socket address
- nng_sockaddr_abstract(5) β abstract IPC socket address
- nng_sockaddr_in(5) β IPv4 socket address
- nng_sockaddr_in6(5) β IPv6 socket address
- nng_sockaddr_inproc(5) β inproc socket address
- nng_sockaddr_ipc(5) β IPC socket address
- nng_sockaddr_zt(5) β ZeroTier socket address
- nng_socket(5) β socket handle
- nng_socket(7) β BSD Socket transport (experimental)
- nng_socket_get(3) β get socket option
- nng_socket_id(3) β return numeric socket identifier
- nng_socket_pair(3supp) β create a connected pair of BSD sockets
- nng_socket_proto_id(3) β obtain the socket protocol id
- nng_socket_proto_name(3) β obtain the socket protocol name
- nng_socket_raw(3) β return whether socket is cooked or raw
- nng_socket_set(3) β set socket option
- nng_stat(5) β statistic
- nng_stat_bool(3) β get statistic Boolean value
- nng_stat_child(3) β get child statistic
- nng_stat_desc(3) β get statistic description
- nng_stat_find(3) β find statistic by name
- nng_stat_find_dialer(3) β find dialer statistics
- nng_stat_find_listener(3) β find listener statistics
- nng_stat_find_socket(3) β find socket statistics
- nng_stat_name(3) β get statistic name
- nng_stat_next(3) β get next statistic
- nng_stat_string(3) β get statistic string value
- nng_stat_timestamp(3) β get statistic timestamp
- nng_stat_type(3) β get statistic type
- nng_stat_unit(3) β get statistic unit
- nng_stat_value(3) β get statistic numeric value
- nng_stats_free(3) β free statistics snapshot
- nng_stats_get(3) β get statistics snapshot
- nng_str_sockaddr(3) β get string representation of socket address
- nng_strdup(3) β duplicate string
- nng_stream(5) β byte stream
- nng_stream_close(3str) β close byte stream
- nng_stream_dialer(5) β byte stream dialer
- nng_stream_dialer_alloc(3str) β allocate byte stream dialer
- nng_stream_dialer_close(3str) β close byte stream dialer
- nng_stream_dialer_dial(3str) β initiate outgoing byte stream connection
- nng_stream_dialer_free(3str) β free byte stream dialer
- nng_stream_dialer_get(3str) β get option from byte stream dialer
- nng_stream_dialer_set(3str) β set option on byte stream dialer
- nng_stream_free(3str) β free byte stream
- nng_stream_get(3str) β get option from byte stream
- nng_stream_listener(5) β byte stream listener
- nng_stream_listener_accept(3str) β accept incoming byte stream connection
- nng_stream_listener_alloc(3str) β allocate byte stream listener
- nng_stream_listener_close(3str) β close byte stream listener
- nng_stream_listener_free(3str) β free byte stream listener
- nng_stream_listener_get(3str) β get option from byte stream listener
- nng_stream_listener_listen(3str) β bind listener to configured address
- nng_stream_listener_set(3str) β set option on byte stream listener
- nng_stream_recv(3str) β receive from byte stream
- nng_stream_send(3str) β send to byte stream
- nng_stream_set(3str) β set option on byte stream
- nng_strerror(3) β return an error description
- nng_strfree(3) β free memory
- nng_sub(7) β subscriber protocol
- nng_sub_open(3) β create sub socket
- nng_surveyor(7) β surveyor protocol
- nng_surveyor_open(3) β create surveyor socket
- nng_tcp(7) β TCP/IP transport
- nng_tcp_options(5) β TCP\-specific options
- nng_tcp_register(3) β register tcp transport
- nng_thread_create(3supp) β create thread
- nng_thread_destroy(3supp) β reap thread
- nng_thread_set_name(3supp) β set thread name
- nng_tls(7) β TLS transport
- nng_tls_config(5) β TLS configuration object
- nng_tls_engine(5) β TLS engine implementation
- nng_tls_options(5) β TLS\-specific options
- nng_tls_register(3) β register tls transport
- nng_url(5) β Universal Resource Locator object
- nng_url_clone(3) β clone URL structure
- nng_url_free(3) β free a URL structure
- nng_url_parse(3) β create URL structure from a string
- nng_version(3) β report library version
- nng_ws(7) β WebSocket transport
- nng_ws_register(3) β register WebSocket transport
- nng_wss_register(3) β register WebSocket secure transport
- nng_zerotier(7) β ZeroTier transport
- nng_zt_register(3) β register ZeroTier transport
