nuttx/libs/libc/net
Peter Bee a2a31c735e net/socket: move si_send/recv into sendmsg/recvmsg
MIRTOS-272

Implement si_send/sendto/recvfrom with si_sendmsg/recvmsg, instead of
the other way round.

Change-Id: I7b858556996e0862df22807a6edf6d7cfe6518fc
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2021-03-02 17:33:01 +08:00
..
Kconfig
lib_addrconfig.c
lib_addroute.c
lib_base64.c libc: Add b64_ntop and b64_pton implementation 2020-12-29 11:22:13 +08:00
lib_delroute.c
lib_etheraton.c libs/libc/net: implement etheraton/ether_aton_r 2020-12-10 01:30:47 +08:00
lib_etherntoa.c
lib_htonl.c
lib_htons.c
lib_inetaddr.c libc: Typecast to avoid overflow in inet_addr for AVR 2020-07-19 15:49:13 -03:00
lib_inetaton.c
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_sendmsg.c net/sendmsg: workaround to support multi-iov case 2021-02-08 10:51:43 +08:00
lib_shutdown.c
lib_socketpair.c bs/libc/net: implement socketpair (3) 2021-01-04 10:55:16 +08:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-02 17:33:01 +08:00