Home
last modified time | relevance | path

Searched refs:NNG_ECONNRESET (Results 1 – 25 of 25) sorted by relevance

/dports/net/nng/nng-1.5.2/src/platform/posix/
H A Dposix_debug.c76 { ECONNRESET, NNG_ECONNRESET },
/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_stream_listener_accept.3str.adoc50 `NNG_ECONNRESET`:: The connection was reset by the peer.
H A Dnng_stream_dialer_dial.3str.adoc53 `NNG_ECONNRESET`:: The connection was reset by the server.
H A Dnng_http_conn_read_req.3http.adoc53 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_conn_write_req.3http.adoc57 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_stream_send.3str.adoc59 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_conn_read_res.3http.adoc60 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_stream_recv.3str.adoc58 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_dialer_start.3.adoc62 `NNG_ECONNRESET`:: The remote peer reset the connection.
H A Dnng_http_conn_write_res.3http.adoc66 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_client_transact.3http.adoc69 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_client_connect.3http.adoc51 `NNG_ECONNRESET`:: The TCP connection was reset by the server.
H A Dnng_http_conn_read.3http.adoc60 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_conn_read_all.3http.adoc62 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_conn_write.3http.adoc59 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_http_conn_transact.3http.adoc75 `NNG_ECONNRESET`:: The peer closed the connection.
H A Dnng_dial.3.adoc78 `NNG_ECONNRESET`:: The remote peer reset the connection.
H A Dnng_http_conn_write_all.3http.adoc74 `NNG_ECONNRESET`:: The peer closed the connection.
/dports/net/nng/nng-1.5.2/src/core/
H A Dlistener.c190 case NNG_ECONNRESET: in nni_listener_bump_error()
393 case NNG_ECONNRESET: // remote condition, no cool down in listener_accept_cb()
H A Ddialer.c196 case NNG_ECONNRESET: in nni_dialer_bump_error()
/dports/net/nng/nng-1.5.2/src/sp/protocol/reqrep0/
H A Dreq.c233 nni_aio_finish_error(aio, NNG_ECONNRESET); in req0_pipe_close()
583 rv = NNG_ECONNRESET; in req0_ctx_recv()
H A Dreq_test.c293 NUTS_FAIL(nng_recvmsg(req, &msg, 0), NNG_ECONNRESET); in test_req_disconnect_no_retry()
332 NUTS_FAIL(nng_aio_result(aio), NNG_ECONNRESET); in test_req_disconnect_abort()
/dports/net/nng/nng-1.5.2/include/nng/
H A Dnng.h1013 NNG_ECONNRESET = 19, enumerator
/dports/net/nng/nng-1.5.2/src/compat/nanomsg/
H A Dnn.c71 { NNG_ECONNRESET, ECONNRESET },
/dports/net/nng/nng-1.5.2/src/
H A Dnng.c1135 { NNG_ECONNRESET, "Connection reset" },