Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/lib/libc/iar/include/
Derrno.h65 #define ECONNRESET 104 /**< Connection reset by peer */ macro
/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h98 #define ECONNRESET 104 /**< Connection reset by peer */ macro
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h88 #define ECONNRESET 104 /**< Connection reset by peer */ macro
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c401 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()
Duhc_max3421e.c428 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/
Dlw_priv.c130 [LORAMAC_EVENT_INFO_STATUS_DOWNLINK_REPEATED] = -ECONNRESET,
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_errno.c70 ERR(ECONNRESET),
/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.c32 if (xfer->err == -ECONNRESET) { in ch9_req_cb()
Dusbip.c144 if (xfer->err == -ECONNRESET) { in usbip_req_cb()
342 rsp.unlink.status = htonl(-ECONNRESET); in usbip_handle_unlink()
Dusbh_shell.c64 if (xfer->err == -ECONNRESET) { in bulk_req_cb()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt15 …s *=%i 0=ESUCCESS -51=ENETUNREACH -52=ENETRESET -53=ECONNABORTED -54=ECONNRESET -55=ENOBUFS…
/Zephyr-latest/subsys/net/ip/
Dtcp.c2840 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/
Dhttp_client.c574 ret = -ECONNRESET; in http_wait_data()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c799 report_callback_error(internal_req, -ECONNRESET); in handle_response()
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c826 zassert_equal(last_response_code, -ECONNRESET, ""); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c3138 req->func(att->conn, -ECONNRESET, NULL, 0, in att_reset()
3167 att_handle_rsp(chan, NULL, 0, -ECONNRESET); in att_chan_detach()
Dgatt.c5654 if (err == -ECONNRESET) { in gatt_resub_ccc_rsp()
/Zephyr-latest/tests/net/tcp/src/
Dmain.c786 if (status && status != -ECONNRESET) { in test_tcp_recv_cb()