This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
d588a94de8a81b5b5f96d077c5ca5075bd40cd12
nuttx
/
libs
/
libc
/
netdb
T
History
Gregory Nutt
01b740c66b
arch/arm/src/efm32: Support for common vector handling is forced for all EFM32 chips. Yes the architecture provides support for the old-style dedicated vector handling which can never be compiled. Furthermore, the old-style dedicated vector handling is deprecated in favor of common vector handling. The commit resolves this inconsistency be removing support for the dedicated vector handling from the EFM32 architecture support.
2018-06-19 13:37:00 -06:00
..
Kconfig
…
lib_dns.h
…
lib_dnsaddserver.c
…
lib_dnsbind.c
…
lib_dnscache.c
…
lib_dnsforeach.c
…
lib_dnsinit.c
…
lib_dnsquery.c
…
lib_freeaddrinfo.c
…
lib_gaistrerror.c
…
lib_getaddrinfo.c
arch/arm/src/efm32: Support for common vector handling is forced for all EFM32 chips. Yes the architecture provides support for the old-style dedicated vector handling which can never be compiled. Furthermore, the old-style dedicated vector handling is deprecated in favor of common vector handling. The commit resolves this inconsistency be removing support for the dedicated vector handling from the EFM32 architecture support.
2018-06-19 13:37:00 -06:00
lib_gethostbyaddr.c
…
lib_gethostbyaddrr.c
…
lib_gethostbyname.c
…
lib_gethostbynamer.c
…
lib_getservbyname.c
…
lib_getservbynamer.c
…
lib_netdb.c
…
lib_netdb.h
…
lib_parsehostfile.c
…
Make.defs
…