summaryrefslogtreecommitdiffstats
path: root/include/arpa/inet.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-29 20:01:00 +0000
committerpeter <peter@FreeBSD.org>1996-08-29 20:01:00 +0000
commitd971f8ba30d6c175abff84fb92fc284744fa18ac (patch)
tree650c9c9c3c1af061e253f92b6d7ce10314f2916d /include/arpa/inet.h
parent7affd2accc6c59ac495fc9942425f4ada071c3c2 (diff)
downloadFreeBSD-src-d971f8ba30d6c175abff84fb92fc284744fa18ac.zip
FreeBSD-src-d971f8ba30d6c175abff84fb92fc284744fa18ac.tar.gz
Hand merge in the bind-4.9.4-P1 resolver updates.
Diffstat (limited to 'include/arpa/inet.h')
-rw-r--r--include/arpa/inet.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index 027f443..99c8a4a 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)inet.h 8.1 (Berkeley) 6/2/93
- * $Id$
+ * $Id: inet.h,v 1.3 1996/06/13 20:44:50 wollman Exp $
*/
#ifndef _ARPA_INET_H_
@@ -53,6 +53,11 @@ struct in_addr inet_makeaddr __P((u_long , u_long));
unsigned long inet_netof __P((struct in_addr));
unsigned long inet_network __P((const char *));
char *inet_ntoa __P((struct in_addr));
+int inet_pton __P((int af, const char *src, void *dst));
+const char *inet_ntop __P((int af, const void *src, char *dst, size_t s));
+u_int inet_nsap_addr __P((const char *, u_char *, int maxlen));
+char *inet_nsap_ntoa __P((int, const u_char *, char *ascii));
+
__END_DECLS
#endif /* !_INET_H_ */
OpenPOWER on IntegriCloud