zephyr/drivers/net
Marcin Niestroj 7cf49cc6f7 drivers: nsos: fix nsos_sendmsg() error code
There is a goto statement with conversion using errno_from_nsos_mid(). Use
NSOS_MID_ERRNO instead of ERRNO to return proper error code.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2024-05-22 13:47:32 -05:00
..
canbus.c net: context: properly namespace can-related methods 2022-09-05 14:35:17 +00:00
CMakeLists.txt drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
Kconfig drivers: net: ppp: Add packet capture support 2024-04-04 17:02:11 +02:00
loopback.c drivers: Change drivers to support new IPv4 netmask setting API 2024-03-03 18:58:29 +01:00
nsos.h drivers: nsos: support ioctl(FIONREAD) 2024-05-17 11:12:43 +02:00
nsos_adapt.c drivers: nsos: propagate POLLHUP from host's epoll() 2024-05-22 13:47:32 -05:00
nsos_errno.c drivers: net: nsos: new driver for Native Simulator offloaded sockets 2024-03-22 14:39:27 +01:00
nsos_errno.h drivers: net: nsos: new driver for Native Simulator offloaded sockets 2024-03-22 14:39:27 +01:00
nsos_fcntl.c drivers: nsos: fcntl: prefer Zephyr-specific macros over libc 2024-05-13 14:22:46 +02:00
nsos_fcntl.h drivers: net: nsos: add F_GETFL and F_SETFL support 2024-03-22 14:39:27 +01:00
nsos_netdb.c drivers: net: nsos: add DNS offload support 2024-03-22 14:39:27 +01:00
nsos_netdb.h drivers: net: nsos: add DNS offload support 2024-03-22 14:39:27 +01:00
nsos_socket.h drivers: nsos: support IPV6_V6ONLY getsockopt() and setsockopt() 2024-05-17 11:12:43 +02:00
nsos_sockets.c drivers: nsos: fix nsos_sendmsg() error code 2024-05-22 13:47:32 -05:00
ppp.c drivers: net: use sys_rand8_get 2024-04-05 12:28:46 +02:00
slip.c drivers: net: use sys_rand8_get 2024-04-05 12:28:46 +02:00
slip.h drivers: net: Move Ethernet device definition for SLIP to ethernet 2023-02-20 10:52:20 +01:00