Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h104 #define ESHUTDOWN 110 /**< Can't send after socket shutdown */ macro
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h94 #define ESHUTDOWN 110 /**< Can't send after socket shutdown */ macro
/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt16 # define __LINUX_ERRNO_EXTENSIONS__ so we get errno defines like -ESHUTDOWN
/Zephyr-latest/drivers/net/
Dnsos_errno.c79 ERR(ESHUTDOWN),
/Zephyr-latest/lib/libc/newlib/
DCMakeLists.txt32 # define __LINUX_ERRNO_EXTENSIONS__ so we get errno defines like -ESHUTDOWN
/Zephyr-latest/soc/intel/intel_adsp/common/
Dipc.c149 return -ESHUTDOWN; in intel_adsp_ipc_send_message()
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_itron.c327 return -ESHUTDOWN; in send_cmd()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt15 …ECONNRESET -55=ENOBUFS -56=EISCONN -57=ENOTCONN -58=ESHUTDOWN -59=ETOOMANYR…
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c647 return -ESHUTDOWN; in send()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2274 l2cap_tx_buf_destroy(chan->conn, buf, -ESHUTDOWN); in l2cap_chan_shutdown()
3298 return -ESHUTDOWN; in bt_l2cap_chan_send()
Dconn.c77 cb(conn, user_data, -ESHUTDOWN); in conn_tx_destroy()
999 cb(conn, ud, -ESHUTDOWN); in destroy_and_callback()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c551 dlc->ops->sent(dlc, -ESHUTDOWN); in bt_rfcomm_tx_destroy()
Dl2cap_br.c1825 return -ESHUTDOWN; in bt_l2cap_br_chan_send_cb()
Dhfp_ag.c1480 tx->err = -ESHUTDOWN; in hfp_ag_disconnected()