NetBSD/lib/libc/inet
ginsbach 8a9d1a0f53 - Further clarify differences between inet_pton() and inet_aton()
(i.e. the former only accepts decimal numbers; no octal or hex)
- Clarify that inet_network() does not do byte rearrangement for one,
  two, and three part dotted addresses ala inet_aton() and inet_addr().
- whitespace
2012-07-25 14:51:15 +00:00
..
_inet_aton.c
_inet_pton.c
inet6_option_space.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
inet6_rthdr_space.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
inet_cidr_ntop.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
inet_cidr_pton.c Use C89 definitions 2012-03-20 17:08:13 +00:00
inet_lnaof.c
inet_makeaddr.c
inet_net_ntop.c Use C89 definitions 2012-03-20 17:08:13 +00:00
inet_net_pton.c Use C89 definitions 2012-03-20 17:08:13 +00:00
inet_net.3 Whitespace fixes. 2012-07-20 20:48:59 +00:00
inet_neta.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
inet_netof.c
inet_network.c
inet_ntoa.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
inet_ntop.c Use C89 definitions 2012-03-20 17:08:13 +00:00
inet_pton.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
inet.3 - Further clarify differences between inet_pton() and inet_aton() 2012-07-25 14:51:15 +00:00
Makefile.inc
nsap_addr.c