summaryrefslogtreecommitdiff
path: root/src/network/inet_legacy.c
AgeCommit message (Expand)AuthorLines
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker-9/+0
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker-2/+1
2013-11-02fix regression in inet_aton due to misinterpretation of __ipparse returnRich Felker-2/+2
2013-10-22fix inet_aton to accept the generic "numbers-and-dots" IPv4 address formatSzabolcs Nagy-1/+4
2013-10-21split inet_addr and inet_ntoa back into their own filesRich Felker-16/+0
2013-06-25implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker-0/+55