From 774a362e87feab25f1be16fbca08269ddc7121a4 Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Thu, 12 Apr 2007 20:41:31 +0000 Subject: Major new upstream release, just ran svn-upgrade for now (and wrote some debian/changelong entries). --- lib/liblwres/man/lwres_inetntop.docbook | 99 --------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 lib/liblwres/man/lwres_inetntop.docbook (limited to 'lib/liblwres/man/lwres_inetntop.docbook') diff --git a/lib/liblwres/man/lwres_inetntop.docbook b/lib/liblwres/man/lwres_inetntop.docbook deleted file mode 100644 index 8daa36351..000000000 --- a/lib/liblwres/man/lwres_inetntop.docbook +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - -Jun 30, 2000 - - - -lwres_inetntop -3 -BIND9 - - - -lwres_net_ntop -lightweight resolver IP address presentation - - - -#include <lwres/net.h> - - -const char * -lwres_net_ntop -int af -const void *src -char *dst -size_t size - - - - - -DESCRIPTION - - -lwres_net_ntop() converts an IP address of -protocol family af — IPv4 or IPv6 — -at location src from network format to its -conventional representation as a string. For IPv4 addresses, that -string would be a dotted-decimal. An IPv6 address would be -represented in colon notation as described in RFC1884. - - - -The generated string is copied to dst provided -size indicates it is long enough to store the -ASCII representation of the address. - - - - -RETURN VALUES - - -If successful, the function returns dst: -a pointer to a string containing the presentation format of the -address. lwres_net_ntop() returns -NULL and sets the global variable -errno to EAFNOSUPPORT if -the protocol family given in af is not -supported. - - - - -SEE ALSO - - -RFC1884 -, - -inet_ntop3 -, - -errno3 -. - - - -- cgit v1.2.3