summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* do not filter address families that are not supported by kernel.itojun2000-01-171-1/+5
| | | | | | | | | it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways.
* remove #if 0'ed part.itojun2000-01-171-55/+1
|
* replace NRL get{addr,name}info with KAME get{addr,name}info.itojun1999-12-301-459/+975
| | | | | | | | removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt
* fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵deraadt1999-12-071-0/+1
| | | | fujiwara@rcac.tdi.co.jp
* cleaned upderaadt1999-07-031-455/+468
|
* Removed portability ifdefs.cmetz1999-06-231-575/+1
|
* Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz1999-06-231-0/+1127
ones that are useful for all protocols, not just IPv6).