zephyr/drivers/net
Marcin Niestroj 4f9e3fa1b7 drivers: net: nsos: support blocking accept() and recvfrom()
So far only non-blocking accept() and recvfrom() were suported. This patch
implements blocking behavior, with the use of poll(fd, POLLIN) as helper
mechanism.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2024-03-22 14:39:27 +01:00
..
canbus.c
CMakeLists.txt drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
Kconfig drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
loopback.c
nsos_adapt.c drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
nsos_errno.c
nsos_errno.h
nsos_fcntl.c
nsos_fcntl.h
nsos_netdb.c
nsos_netdb.h
nsos_sockets.c drivers: net: nsos: support blocking accept() and recvfrom() 2024-03-22 14:39:27 +01:00
nsos.h drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
ppp.c
slip.c
slip.h