about summary refs log tree commit diff
path: root/src/network/lookup_ipliteral.c
Commit message (Collapse)AuthorAgeFilesLines
* fix missing function declarations in refactored ip literal parsing codeRich Felker2014-06-051-0/+1
|
* add support for reverse name lookups from hosts file to getnameinfoRich Felker2014-06-041-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.