nuttx/libs/libc/net
Gregory Nutt 32b0562375 Add some comments to inet_ntop()
Endian-ness issues are mind boggling sometimes.  I have been confused by the logic in inet_ntop() a few times so I thought I would add some comments so that I (and others) will understand the endian-ness issues in the future.  No change to logic, only comments changed.
2020-10-05 03:00:22 +08:00
..
Kconfig
lib_addrconfig.c
lib_addroute.c
lib_delroute.c
lib_etherntoa.c
lib_htonl.c
lib_htons.c
lib_inetaddr.c
lib_inetaton.c
lib_inetntoa.c
lib_inetntop.c Add some comments to inet_ntop() 2020-10-05 03:00:22 +08:00
lib_inetpton.c
lib_loopback.c
lib_recvmsg.c
lib_sendmsg.c
lib_shutdown.c
Make.defs