about summary refs log tree commit diff
path: root/src/network/inet_legacy.c
Commit message (Collapse)AuthorAgeFilesLines
* implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker2013-06-251-0/+55
also move all legacy inet_* functions into a single file to avoid wasting object file and compile time overhead on them. the added functions are legacy interfaces for working with classful ipv4 network addresses. they have no modern usefulness whatsoever, but some programs unconditionally use them anyway, and they're tiny.