This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
netdb
History
Gregory Nutt
e4e530e1bf
libs/libc/netdb/lib_getaddrinfo.c: The 'port' argument to the static alloc_ai() function is always in network byte order. However, that static function was still calling HTTONS() on the port, incorrectly converting it back to host byte order.
2018-06-18 10:08:15 -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
libs/libc/netdb/lib_getaddrinfo.c: The 'port' argument to the static alloc_ai() function is always in network byte order. However, that static function was still calling HTTONS() on the port, incorrectly converting it back to host byte order.
2018-06-18 10:08:15 -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
…