mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 10:56:41 +00:00
net/: psock_recvfrom() is an internal interface and should not set the errno nor should it be a cancellation point.
net/: psock_accept() is not a cancellation point.
net/: psock_getsockopt() and psock_socket*9 are an internal interfaces and should not set the errno.
net/: psock_getsockopt() is an internal interface and should not set the errno.
net/: psock_listen() is an internal interface and should not set the errno.
net/: psock_connect(( is an internal interface and should not set the errno nor should it be a cancellation point.
net/: psock_bind() is an internal interface and should not set the errno.
net/: psock_accept() is an internal interface and should not set the errno.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| vnc_color.c | ||
| vnc_fbdev.c | ||
| vnc_keymap.c | ||
| vnc_negotiate.c | ||
| vnc_raw.c | ||
| vnc_receiver.c | ||
| vnc_rre.c | ||
| vnc_server.c | ||
| vnc_server.h | ||
| vnc_updater.c | ||