incubator-nuttx/net/socket
wangchen addfe127a9 socketpair.c:Replace kmm with fs heap
due to https://github.com/apache/nuttx/pull/13722/commits, In the socketpair.c,fs_heap interface replaces kmm interface

Signed-off-by: wangchen <wangchen41@xiaomi.com>
2024-10-16 20:56:39 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
accept.c accept4:move function from net to fs 2024-09-30 16:30:56 +08:00
bind.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
connect.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
getpeername.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
getsockname.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
getsockopt.c net/can: Save simple options to socket_conn_s 2024-10-13 11:24:31 +08:00
listen.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +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 vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
recvmsg.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
send.c
sendmsg.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
sendto.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
setsockopt.c net/can: Save simple options to socket_conn_s 2024-10-13 11:24:31 +08:00
shutdown.c vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
socket.c
socket.h
socketpair.c socketpair.c:Replace kmm with fs heap 2024-10-16 20:56:39 +08:00