mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 14:08:30 +00:00
It is possible for a socket to have no connection, for example if a TCP socket is waiting in accept. This checks for this condition in case the socket is closed from a different thread. |
||
|---|---|---|
| .. | ||
| accept.c | ||
| bind.c | ||
| connect.c | ||
| getsockname.c | ||
| getsockopt.c | ||
| Kconfig | ||
| listen.c | ||
| Make.defs | ||
| net_checksd.c | ||
| net_clone.c | ||
| net_close.c | ||
| net_dupsd.c | ||
| net_dupsd2.c | ||
| net_monitor.c | ||
| net_poll.c | ||
| net_sendfile.c | ||
| net_sockets.c | ||
| net_timeo.c | ||
| net_vfcntl.c | ||
| recv.c | ||
| recvfrom.c | ||
| send.c | ||
| sendto.c | ||
| setsockopt.c | ||
| socket.c | ||
| socket.h | ||