incubator-nuttx/net/local
liqinhui a7a47621fa net/local: Support the socketpair interface of local udp socket.
Add the proccessing logic of udp socketpair, and modify the
logic of sending and receiving for udp socketpair.

Verification:
 - Use the socketpair interface to create a pair of local udp sockets,
   and perform read and write operations.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-07-12 03:31:43 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
Make.defs
local.h net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_accept.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_bind.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_conn.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
local_connect.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_fifo.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_listen.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_netpoll.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_recvmsg.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_recvutils.c net/local: Return -EINVAL if the address length passed to local_bind is too small 2022-12-18 20:12:30 +02:00
local_release.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_sendmsg.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_sendpacket.c net/local: Remove the sync preamble from datagram 2022-08-10 09:50:25 +03:00
local_sockif.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00