summaryrefslogtreecommitdiff
path: root/src/network/inet_aton.c
AgeCommit message (Collapse)AuthorLines
2013-06-25implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker-7/+0
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.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+7