summaryrefslogtreecommitdiffstats
path: root/lib/libc/inet/inet_cidr_ntop.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2007-06-03 17:02:29 +0000
committerume <ume@FreeBSD.org>2007-06-03 17:02:29 +0000
commit50b2307361fc1eba9b79963194fda27849a4994c (patch)
treefcab9dae0a6dfbc5403b46311a5588c3f7f49dd4 /lib/libc/inet/inet_cidr_ntop.c
parent89a3ca4811ee4b83778a8ddb7d54874dff19b707 (diff)
downloadFreeBSD-src-50b2307361fc1eba9b79963194fda27849a4994c.zip
FreeBSD-src-50b2307361fc1eba9b79963194fda27849a4994c.tar.gz
Vendor import of BIND 9.4.1
Diffstat (limited to 'lib/libc/inet/inet_cidr_ntop.c')
-rw-r--r--lib/libc/inet/inet_cidr_ntop.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/inet/inet_cidr_ntop.c b/lib/libc/inet/inet_cidr_ntop.c
index b25dc82..645b3cd 100644
--- a/lib/libc/inet/inet_cidr_ntop.c
+++ b/lib/libc/inet/inet_cidr_ntop.c
@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.4 2006/10/11 02:32:50 marka Exp $";
+static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.3 2006/10/11 02:32:47 marka Exp $";
#endif
#include "port_before.h"
@@ -45,7 +45,7 @@ inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size);
static char *
inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size);
-/*
+/*%
* char *
* inet_cidr_ntop(af, src, bits, dst, size)
* convert network address from network to presentation format.
@@ -92,7 +92,7 @@ decoct(const u_char *src, int bytes, char *dst, size_t size) {
return (dst - odst);
}
-/*
+/*%
* static char *
* inet_cidr_ntop_ipv4(src, bits, dst, size)
* convert IPv4 network address from network to presentation format.
@@ -259,3 +259,5 @@ inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) {
strcpy(dst, tmp);
return (dst);
}
+
+/*! \file */
OpenPOWER on IntegriCloud