summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/gai_strerror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther2015-09-141-1/+2
|
* - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2009-06-021-1/+3
| | | | hint from claudio@, ok millert@
* gai_strerror() should return const char *; OK deraadt@millert2004-12-201-2/+2
|
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-2/+1
|
* replace NRL get{addr,name}info with KAME get{addr,name}info.itojun1999-12-301-0/+6
| | | | | | | | 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
* indentderaadt1999-06-301-33/+33
|
* Removed portability ifdefs.cmetz1999-06-231-45/+0
|
* Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz1999-06-231-0/+116
ones that are useful for all protocols, not just IPv6).