summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_ntop.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerclaudio2021-09-011-2/+3
| | | | | to the list. While here remove some of the headers from inet_net_ntop(3) for balance.
* mop up for inet_net rename; ok deraadtjmc2019-08-301-3/+3
|
* update the little endian processor list to give it a chance of matchingtedu2017-07-081-3/+3
| | | | what the reader is using.
* Add a bit more detail about dot notation from the old inet(3) manpage.guenther2014-05-091-3/+11
| | | | ok jmc@
* Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),guenther2014-04-191-0/+204
1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3). ok tedu@ (who also noted the timeline) deraadt@ jmc@