mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00:00
NuttX follows OpenGroup.org: https://pubs.opengroup.org/onlinepubs/009695399/functions/recv.html : [EAGAIN] or [EWOULDBLOCK] The socket's file descriptor is marked O_NONBLOCK and no data is waiting to be received; or MSG_OOB is set and no out-of-band data is available and either the socket's file descriptor is marked O_NONBLOCK or the socket does not support blocking to await out-of-band data. ETIMEDOUT is not a valid error to be returned from recv() or recvfrom(). |
||
|---|---|---|
| .. | ||
| inet.h | ||
| inet_close.c | ||
| inet_globals.c | ||
| inet_recvfrom.c | ||
| inet_sockif.c | ||
| inet_txdrain.c | ||
| ipv4_getpeername.c | ||
| ipv4_getsockname.c | ||
| ipv4_setsockopt.c | ||
| ipv6_getpeername.c | ||
| ipv6_getsockname.c | ||
| ipv6_setsockopt.c | ||
| Kconfig | ||
| Make.defs | ||