nuttx/net/socket
Xiang Xiao 0ef073573a net: Remove protocol argument from si_setup callback
since the implementor could get the same value from socket::s_proto

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-02-13 22:41:19 +08:00
..
accept.c net: Move accept to libc after https://github.com/apache/nuttx/pull/8083 2023-01-13 11:23:42 +02:00
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c
Kconfig net/tcp: correct behavior of SO_LINGER 2023-01-18 02:47:12 +08:00
listen.c
Make.defs net: Implement shutdown() interface and tcp shutdown 2023-01-31 11:15:01 +08:00
net_close.c
net_dup2.c
net_fstat.c
net_poll.c
net_sendfile.c
net_sockif.c
net_timeo.c
recv.c
recvfrom.c
recvmsg.c
send.c
sendmsg.c
sendto.c
setsockopt.c net: add parameter check in psock_setsockopt 2022-11-29 00:20:09 +08:00
shutdown.c net: Implement shutdown() for usrsock 2023-01-31 11:15:01 +08:00
socket.c net: Remove protocol argument from si_setup callback 2023-02-13 22:41:19 +08:00
socket.h
socketpair.c