mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 08:53:15 +00:00
Make use of XCHG/BSWAP on x86, REV16 and REV on ARMv6-m and above, and whatever other optimized instructions on other platforms. Defines extra CONFIG variables, and removes the unused functions for endian-swapping. Fixes some oversights in using the macros. |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_addrconfig.c | ||
| lib_addroute.c | ||
| lib_base64.c | ||
| lib_delroute.c | ||
| lib_etheraton.c | ||
| lib_etherntoa.c | ||
| lib_freeifaddrs.c | ||
| lib_freenameindex.c | ||
| lib_getifaddrs.c | ||
| lib_htonl.c | ||
| lib_htons.c | ||
| lib_indextoname.c | ||
| lib_inetaddr.c | ||
| lib_inetaton.c | ||
| lib_inetntoa.c | ||
| lib_inetntop.c | ||
| lib_inetpton.c | ||
| lib_loopback.c | ||
| lib_nameindex.c | ||
| lib_nametoindex.c | ||
| lib_shutdown.c | ||
| Make.defs | ||