nuttx/libs/libc/net
danguanghua 7d33f73e27 libs/libc/net: implement socketpair
N/A

Reference here:
https://www.freebsd.org/cgi/man.cgi?apropos=0&sektion=2&query=socketpair&manpath=FreeBSD+7.0-current&format=html

Change-Id: I959b4d661cd436f5d5050baf9e821db84139d482
Signed-off-by: danguanghua <danguanghua@xiaomi.com>
2021-01-03 20:56:27 -06:00
..
Kconfig This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_addrconfig.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_addroute.c net/netlink: Fix offset in rtattr. include/net/route.h: Correct form and naming of sruct rtentry. include/netpacket/netlink.h: Add some definitions that will be needed to access routing tables. 2019-11-10 12:35:15 -06:00
lib_base64.c libc: Add b64_ntop and b64_pton implementation 2020-12-28 13:53:20 -03:00
lib_delroute.c net/netlink: Fix offset in rtattr. include/net/route.h: Correct form and naming of sruct rtentry. include/netpacket/netlink.h: Add some definitions that will be needed to access routing tables. 2019-11-10 12:35:15 -06:00
lib_etheraton.c libs/libc/net: implement ether_aton/ether_aton_r 2020-12-10 20:37:32 -06:00
lib_etherntoa.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_htonl.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_htons.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_inetaddr.c libc: Typecast to avoid overflow in inet_addr for AVR 2020-07-19 15:49:13 -03:00
lib_inetaton.c libs/libc/net: Add inet_aton() 2018-06-08 07:06:27 -06:00
lib_inetntoa.c nxstyle fixes 2020-04-11 21:19:47 +01:00
lib_inetntop.c Add some comments to inet_ntop() 2020-10-05 03:00:22 +08:00
lib_inetpton.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_loopback.c net/loopback: Move g_lo_* global variable to libc/net/ 2020-03-30 09:47:28 -06:00
lib_recvmsg.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
lib_sendmsg.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
lib_shutdown.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_socketpair.c libs/libc/net: implement socketpair 2021-01-03 20:56:27 -06:00
Make.defs libs/libc/net: implement socketpair 2021-01-03 20:56:27 -06:00