summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_pton.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unsigned char changes for ctypederaadt2013-11-251-10/+11
| | | | re-re-reviewed by krw
* add support for AF_INET6 to inet_net_pton() and inet_net_ntop()gilles2012-06-221-1/+40
| | | | | | using inet_pton() and inet_ntop() as suggested by claudio ok claudio@
* do not overflow for large prefix len (e.g. 2147483649)markus2008-09-011-3/+3
| | | | report Maksymilian Arciemowicz; ok djm, deraadt
* zap rcsid.espie2005-08-061-9/+1
| | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
* ansify. ok deraadt@ moritz@otto2005-03-251-11/+4
|
* always widen the imputed netmask if it is narrower than the specified octets.henning2003-04-251-3/+3
| | | | | | | | | fixes a strange behaviour where inet_net_pton would always return 4 (bits) for multicast addresses no matter how many octets were specified. negotiated with Paul Vixie, original author of this function. ok millert@
* Manual cleanup of remaining userland __P use (excluding packages maintained ↵millert2002-02-171-4/+3
| | | | outside the tree)
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+207
Includes the DNS aware getnetby*() routines and IPv6 support.