summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/libc/getnameinfo.c (follow)
AgeCommit message (Collapse)Author
2018-09-10network: Use kernel/user space header filesSebastian Huber
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2016-07-01net: Fix byte order issue for getnameinfo()Sebastian Huber
2016-06-28libnetworking: Add minimal getnameinfo()Christian Mauderer
This implementation just falls back to giving a string representation of the IP. It supports IPv4 only. Add test for getnameinfo().