summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_pton.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.