nuttx/net/socket
zhanghongyu 91e13c47ae net: remove conn-related casts
remove redundant casts associated with psock

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-05-10 19:32:09 -03:00
..
accept.c net/local: Return the unblock handle correctly in local_accept 2023-03-09 09:17:19 +01:00
bind.c
connect.c net: Make si_connect callback optional 2023-03-06 20:58:27 +02:00
getpeername.c
getsockname.c
getsockopt.c
Kconfig tcp: add TCP_MAXSEG support 2023-04-22 01:42:47 +08:00
listen.c
Make.defs
net_close.c
net_dup2.c
net_fstat.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
net_poll.c net: Make si_poll callback optional 2023-03-06 20:58:27 +02:00
net_sendfile.c
net_sockif.c
net_timeo.c
recv.c
recvfrom.c
recvmsg.c recvmsg: control msg support multi-attribute return 2023-05-04 12:04:11 +02:00
send.c socket: divide errno & s_error 2023-02-23 16:40:19 +01:00
sendmsg.c
sendto.c
setsockopt.c
shutdown.c
socket.c
socket.h
socketpair.c