Gregory Nutt 6941f916ce net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 5 年之前
..
Kconfig 65be13bffe net/udp: Finish support for the UDP_BINDTODEVICE protocol socket option 6 年之前
Make.defs e840038f2d net/ and include/nuttx/net: Add getpeername() support 6 年之前
accept.c b54ffe858a Standardization of some function headers. 6 年之前
bind.c b54ffe858a Standardization of some function headers. 6 年之前
connect.c b54ffe858a Standardization of some function headers. 6 年之前
getpeername.c 788c5bf1dd Forgot to add files before previous commit. 6 年之前
getsockname.c 3eedabfded net/socket/getsockname.c: Add psock_getsockname function 6 年之前
getsockopt.c 88130a996a net/: Fixes for more coding standard issues detected by nxstyle. 6 年之前
listen.c b54ffe858a Standardization of some function headers. 6 年之前
net_checksd.c fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
net_clone.c 6941f916ce net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 5 年之前
net_close.c 6941f916ce net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 5 年之前
net_dupsd.c 3f50451046 fs/vfs/fs_fcntl.c, net/socket/net_dupsd.c, and net/socket/net_vfcntl.c: Add file_fcntl, psock_fcntl, and psock_dupsd for use within the kernel. 6 年之前
net_dupsd2.c bc40403516 There was a reference counting problem in the TPC logic of net_clone(). net_clone() which is the common logic underlying dup() and dup2() for sockets. When net_clone() calls net_start_monitor() and net_start_monitor() returns a failure (because the underlying TCP connection) then net_clone() must back out the reference count on the structure. Problem noted by Pascal Speck and this implementation of the solution is based on his suggestion. 7 年之前
net_fstat.c d6f9000077 net/socket: Missing semicolon in last fstat() change. 6 年之前
net_poll.c d595e0efdf Network poll: Remove logic conditioned on non-existent HAVE_NET_POLL. 7 年之前
net_sendfile.c d2cfd398ba Fix compiler error and warning when CONFIG_NET_SENDFILE=y 6 年之前
net_sockets.c 6941f916ce net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 5 年之前
net_sockif.c 056d704cf9 This commit brings in a fragmentary, experimental implementation of NETLINK sockets. There is not too much to that socket support on this initial commit, just the netlink socketer framework. However, I decided to bring it into master because there is a enough that I would not want to lose what is in place. And since it is dependent on CONFIG_EXPERIMENATL, its presence on master should be innocuous. 6 年之前
net_timeo.c 8fdbb1e0a4 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 6 年之前
net_vfcntl.c 3f50451046 fs/vfs/fs_fcntl.c, net/socket/net_dupsd.c, and net/socket/net_vfcntl.c: Add file_fcntl, psock_fcntl, and psock_dupsd for use within the kernel. 6 年之前
recv.c b54ffe858a Standardization of some function headers. 6 年之前
recvfrom.c b54ffe858a Standardization of some function headers. 6 年之前
send.c 88130a996a net/: Fixes for more coding standard issues detected by nxstyle. 6 年之前
sendto.c b54ffe858a Standardization of some function headers. 6 年之前
setsockopt.c 0330743a9d net/inet: Add framework to support IPv4 and IPv6 protocol socket options (i.e., SOL_IP and SOL_IP6). This is build framework only (not actual socket options are yet handled). Handling of these socket options is a necessary step on the way to future ICMPv6 MLD support. 6 年之前
socket.c 427b3b8fcb Squashed commit of the following: 6 年之前
socket.h 6941f916ce net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 5 年之前