summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/networking01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use floating point taskSebastian Huber2017-07-181-0/+2
| | | | | | | These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
* net: Fix byte order issue for getnameinfo()Sebastian Huber2016-07-011-11/+11
|
* libnetworking: Add minimal getnameinfo()Christian Mauderer2016-06-284-0/+218
This implementation just falls back to giving a string representation of the IP. It supports IPv4 only. Add test for getnameinfo().