nuttx/net/socket
2018-11-27 07:50:09 -06:00
..
accept.c
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c net/: Fixes for more coding standard issues detected by nxstyle. 2018-10-29 18:00:30 -06:00
Kconfig
listen.c
Make.defs
net_checksd.c
net_clone.c net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 2018-11-27 07:50:09 -06:00
net_close.c net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 2018-11-27 07:50:09 -06:00
net_dupsd2.c
net_dupsd.c
net_fstat.c
net_poll.c
net_sendfile.c Fix compiler error and warning when CONFIG_NET_SENDFILE=y 2018-11-09 11:17:43 -06:00
net_sockets.c net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 2018-11-27 07:50:09 -06:00
net_sockif.c
net_timeo.c
net_vfcntl.c
recv.c
recvfrom.c
send.c net/: Fixes for more coding standard issues detected by nxstyle. 2018-10-29 18:00:30 -06:00
sendto.c
setsockopt.c 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. 2018-10-31 15:59:05 -06:00
socket.c
socket.h net/socket: For consistency in naming, change the name of sock_release() to psock_release(). 2018-11-27 07:50:09 -06:00