Home
last modified time | relevance | path

Searched refs:NNG_EMSGSIZE (Results 1 – 14 of 14) sorted by relevance

/dports/net/nng/nng-1.5.2/src/platform/windows/
H A Dwin_debug.c126 { WSAEMSGSIZE, NNG_EMSGSIZE },
/dports/net/nng/nng-1.5.2/src/compat/nanomsg/
H A Dnn.c69 { NNG_EMSGSIZE, EMSGSIZE },
449 nn_seterror(NNG_EMSGSIZE); in nn_recvmsg()
575 nn_seterror(NNG_EMSGSIZE); in nn_sendmsg()
/dports/net/nng/nng-1.5.2/src/supplemental/http/
H A Dhttp_chunk.c171 return (NNG_EMSGSIZE); in chunk_ingest_newline()
/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_ctx_send.3.adoc72 `NNG_EMSGSIZE`:: The message is too large.
H A Dnng_send_aio.3.adoc75 `NNG_EMSGSIZE`:: The message is too large.
H A Dnng_recv.3.adoc77 `NNG_EMSGSIZE`:: The received message did not fit in the size provided.
H A Dnng_sendmsg.3.adoc79 `NNG_EMSGSIZE`:: The value of _size_ is too large.
H A Dnng_send.3.adoc85 `NNG_EMSGSIZE`:: The value of _size_ is too large.
/dports/net/nng/nng-1.5.2/include/nng/
H A Dnng.h1011 NNG_EMSGSIZE = 17, enumerator
/dports/net/nng/nng-1.5.2/src/sp/transport/ipc/
H A Dipc.c382 rv = NNG_EMSGSIZE; in ipc_pipe_recv_cb()
/dports/net/nng/nng-1.5.2/src/sp/transport/tls/
H A Dtls.c375 rv = NNG_EMSGSIZE; in tlstran_pipe_recv_cb()
/dports/net/nng/nng-1.5.2/src/sp/transport/tcp/
H A Dtcp.c377 rv = NNG_EMSGSIZE; in tcptran_pipe_recv_cb()
/dports/net/nng/nng-1.5.2/src/sp/transport/zerotier/
H A Dzerotier.c1846 nni_aio_finish_error(aio, NNG_EMSGSIZE); in zt_pipe_send()
1871 nni_aio_finish_error(aio, NNG_EMSGSIZE); in zt_pipe_send()
/dports/net/nng/nng-1.5.2/src/
H A Dnng.c1134 { NNG_EMSGSIZE, "Message too large" },