summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnameinfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* to synchronize with progress of discussion for postitojun2000-02-171-2/+2
| | | | | | | | draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01), use "address%interface" notation for extended scoped IPv6 address. NOTE: the change affects link-local addresses only. I hope it to be the final change on it.....
* add more comments from recent kame.itojun2000-02-161-1/+14
| | | | | | | | prepare to swap extended scoped address notation. fe80::1%de0 is the most promised candidate, but since it is still very draft, i'm not sure when to switch - if you have any idea please let me know. in other words, do i allowed to change it every week? :-P (NOTE it is only for "extended" scoped address notation, which is not for daily use)
* revise extended scoped address format support. delimiter and the orderitojun2000-02-091-18/+59
| | | | | | | | is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again).
* 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
| | | | | | | | 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
* 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
ones that are useful for all protocols, not just IPv6).