Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h118 #define ESOCKTNOSUPPORT 124 /**< Socket type not supported */ macro
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h108 #define ESOCKTNOSUPPORT 124 /**< Socket type not supported */ macro
/Zephyr-latest/drivers/net/
Dnsos_errno.c93 ERR(ESOCKTNOSUPPORT),
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt14 …EDESTADDRREQ -41=EPROTOTYPE -42=ENOPROTOOPT -43=EPROTONOSUPPORT -44=ESOCKTNOSUPPORT -45=EOPNOTSUP…
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c218 return -ESOCKTNOSUPPORT; in simplelink_socket_type_from_posix()