summaryrefslogtreecommitdiff
path: root/src/network/lookup_ipliteral.c
AgeCommit message (Collapse)AuthorLines
2014-06-05fix missing function declarations in refactored ip literal parsing codeRich Felker-0/+1
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker-0/+51
this also affects the legacy gethostbyaddr family, which uses getnameinfo as its backend. some other minor changes associated with the refactoring of source files are also made; in particular, the resolv.conf parser now uses the same code that's used elsewhere to handle ip literals, so as a side effect it can now accept a scope id for nameserver addressed with link-local scope.