nuttx/libs/libc/netdb
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
Kconfig
lib_dns.h libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_dnsaddserver.c
lib_dnsbind.c
lib_dnscache.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_dnsforeach.c
lib_dnsinit.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
lib_dnsnotify.c
lib_dnsquery.c
lib_freeaddrinfo.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_gaistrerror.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_getaddrinfo.c libs/libc/netdb/lib_getaddrinfo.c: getaddrinfo() should return EAI_FAMILY if res equals NULL. 2019-11-18 11:36:48 -06:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_gethostbyname.c
lib_gethostbynamer.c
lib_getnameinfo.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_getservbyname.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_getservbynamer.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_getservbyport.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_getservbyportr.c libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_netdb.c
lib_netdb.h libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00
lib_parsehostfile.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Make.defs libs/libc/netdb: Implemented the netdb functions getnameinfo(), getservbyport(), and getservbyport_r(). 2019-06-30 15:12:34 -06:00