summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnameinfo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull in patch from current (itojun):OPENBSD_2_7jason2000-06-151-9/+9
* const poisoningitojun2000-04-261-16/+21
* bring in latest KAME implementation.itojun2000-04-261-73/+112
* avoid unused variable by #ifdefitojun2000-03-131-3/+6
* don't process NI_NOFQDN, since the currently coded behavior is not specwiseitojun2000-03-131-1/+3
* to synchronize with progress of discussion for postitojun2000-02-171-2/+2
* add more comments from recent kame.itojun2000-02-161-1/+14
* revise extended scoped address format support. delimiter and the orderitojun2000-02-091-18/+59
* remove #if 0'ed part.itojun2000-01-171-24/+1
* allow reverse lookup for v4 loopbacknet (127.0.0.0/8).itojun2000-01-051-1/+5
* replace NRL get{addr,name}info with KAME get{addr,name}info.itojun1999-12-301-213/+233
* cleaned upderaadt1999-07-031-178/+210
* Fixed compilation problems.cmetz1999-06-231-1/+2
* Removed portability ifdefs.cmetz1999-06-231-338/+7
* Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz1999-06-231-0/+562