about summary refs log tree commit diff
path: root/include/arpa/inet.h
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker2020-03-041-5/+0
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-061-1/+1
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-10/+0
* implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker2013-06-251-1/+4
* add inet_network (required for wine)rofl0r2012-12-191-0/+1
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-6/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+8
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-101-0/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+33