summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet_net_pton.c
AgeCommit message (Collapse)Author
2008-09-01do not overflow for large prefix len (e.g. 2147483649)Markus Friedl
report Maksymilian Arciemowicz; ok djm, deraadt
2005-08-06zap rcsid.Marc Espie
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2003-04-25always widen the imputed netmask if it is narrower than the specified octets.Henning Brauer
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@
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
Includes the DNS aware getnetby*() routines and IPv6 support.