zephyr/drivers/net
Marcin Niestroj bf637bf623 drivers: net: nsos: implement sendmsg()
Implement sendmsg() socket API to have increased compatibility with
components like MQTT client.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2024-04-19 10:07:42 +02: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
canbus.c
loopback.c
nsos.h drivers: net: nsos: implement sendmsg() 2024-04-19 10:07:42 +02:00
nsos_adapt.c drivers: net: nsos: implement sendmsg() 2024-04-19 10:07:42 +02:00
nsos_errno.c
nsos_errno.h
nsos_fcntl.c drivers: net: nsos: add F_GETFL and F_SETFL support 2024-03-22 14:39:27 +01: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_sockets.c drivers: net: nsos: implement sendmsg() 2024-04-19 10:07:42 +02: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