Adds OS internal functions nx_send(), ns_recv(), and nx_recvfrom() which are...
Adds OS internal functions nx_send(), ns_recv(), and nx_recvfrom() which are functionally equivalent to send(), recv(), and recvfrom() except that they do not set the errno variable and do not cause cancellation points.
Showing
- drivers/wireless/cc3000/socket_imp.c 0 additions, 9 deletionsdrivers/wireless/cc3000/socket_imp.c
- fs/vfs/fs_read.c 6 additions, 1 deletionfs/vfs/fs_read.c
- fs/vfs/fs_write.c 7 additions, 4 deletionsfs/vfs/fs_write.c
- include/nuttx/net/net.h 134 additions, 90 deletionsinclude/nuttx/net/net.h
- libc/netdb/lib_dnsquery.c 6 additions, 3 deletionslibc/netdb/lib_dnsquery.c
- net/socket/recvfrom.c 70 additions, 53 deletionsnet/socket/recvfrom.c
- net/socket/send.c 66 additions, 63 deletionsnet/socket/send.c
Loading
Please register or sign in to comment