nuttx/libs/libc/net
fangxinyong da3a75da2c libc/net: compatible with Android for htonq/ntohq
Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
2023-08-02 22:47:29 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
lib_accept.c net: Move accept to libc after https://github.com/apache/nuttx/pull/8083 2023-01-13 11:23:42 +02:00
lib_addrconfig.c
lib_addroute.c
lib_base64.c
lib_delroute.c
lib_etheraton.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00
lib_etherntoa.c Net thread-safe ntoa functions 2022-08-02 21:04:19 +08:00
lib_freeifaddrs.c
lib_freenameindex.c
lib_getifaddrs.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
lib_htonl.c Use builtins for byteswapping 2022-06-29 11:32:59 +08:00
lib_htonq.c libc/net: compatible with Android for htonq/ntohq 2023-08-02 22:47:29 -07:00
lib_htons.c Use builtins for byteswapping 2022-06-29 11:32:59 +08:00
lib_indextoname.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
lib_inetaddr.c inet_addr: return INADDR_NONE(-1) when input string is invalid 2023-06-13 13:31:37 +08:00
lib_inetaton.c
lib_inetnetwork.c libc/net: add inet_network function 2023-01-06 22:20:19 +08:00
lib_inetntoa.c Net thread-safe ntoa functions 2022-08-02 21:04:19 +08:00
lib_inetntop.c net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
lib_inetpton.c libs: fix visual studio Compiler Error C2036 2023-02-09 20:11:55 +08:00
lib_loopback.c
lib_nameindex.c
lib_nametoindex.c Fix net/lib_nametoindex.c:58:7: error: 'strncpy' specified bound 16 equals destination size 2022-03-10 19:46:01 +02:00
Make.defs libc/net: compatible with Android for htonq/ntohq 2023-08-02 22:47:29 -07:00