Searched refs:ECONNRESET (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/lib/libc/iar/include/ |
D | errno.h | 65 #define ECONNRESET 104 /**< Connection reset by peer */ macro
|
/Zephyr-latest/lib/libc/armstdc/include/ |
D | errno.h | 98 #define ECONNRESET 104 /**< Connection reset by peer */ macro
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | errno.h | 88 #define ECONNRESET 104 /**< Connection reset by peer */ macro
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_virtual.c | 401 if (priv->last_xfer != NULL && priv->last_xfer->err == -ECONNRESET) { in vrt_xfer_cleanup_cancelled() 402 vrt_xfer_drop_active(dev, -ECONNRESET); in vrt_xfer_cleanup_cancelled() 406 if (tmp->err == -ECONNRESET) { in vrt_xfer_cleanup_cancelled() 407 uhc_xfer_return(dev, tmp, -ECONNRESET); in vrt_xfer_cleanup_cancelled() 572 tmp->err = -ECONNRESET; in uhc_vrt_dequeue()
|
D | uhc_max3421e.c | 428 if (priv->last_xfer != NULL && priv->last_xfer->err == -ECONNRESET) { in max3421e_xfer_cleanup_cancelled() 429 max3421e_xfer_drop_active(dev, -ECONNRESET); in max3421e_xfer_cleanup_cancelled() 433 if (tmp->err == -ECONNRESET) { in max3421e_xfer_cleanup_cancelled() 434 uhc_xfer_return(dev, tmp, -ECONNRESET); in max3421e_xfer_cleanup_cancelled() 811 tmp->err = -ECONNRESET; in max3421e_dequeue()
|
/Zephyr-latest/subsys/lorawan/ |
D | lw_priv.c | 130 [LORAMAC_EVENT_INFO_STATUS_DOWNLINK_REPEATED] = -ECONNRESET,
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_errno.c | 70 ERR(ECONNRESET),
|
/Zephyr-latest/subsys/usb/host/ |
D | usbh_ch9.c | 32 if (xfer->err == -ECONNRESET) { in ch9_req_cb()
|
D | usbip.c | 144 if (xfer->err == -ECONNRESET) { in usbip_req_cb() 342 rsp.unlink.status = htonl(-ECONNRESET); in usbip_handle_unlink()
|
D | usbh_shell.c | 64 if (xfer->err == -ECONNRESET) { in bulk_req_cb()
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 15 …s *=%i 0=ESUCCESS -51=ENETUNREACH -52=ENETRESET -53=ECONNABORTED -54=ECONNRESET -55=ENOBUFS…
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2840 close_status = -ECONNRESET; in tcp_in() 2856 close_status = -ECONNRESET; in tcp_in() 2878 close_status = -ECONNRESET; in tcp_in() 2893 close_status = -ECONNRESET; in tcp_in() 3196 close_status = -ECONNRESET; in tcp_in()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 574 ret = -ECONNRESET; in http_wait_data()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 799 report_callback_error(internal_req, -ECONNRESET); in handle_response()
|
/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | main.c | 826 zassert_equal(last_response_code, -ECONNRESET, ""); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 3138 req->func(att->conn, -ECONNRESET, NULL, 0, in att_reset() 3167 att_handle_rsp(chan, NULL, 0, -ECONNRESET); in att_chan_detach()
|
D | gatt.c | 5654 if (err == -ECONNRESET) { in gatt_resub_ccc_rsp()
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 786 if (status && status != -ECONNRESET) { in test_tcp_recv_cb()
|