1995-02-18 02:27:10 +01:00
|
|
|
#include <inet/arpa/inet.h>
|
2000-04-04 08:38:32 +02:00
|
|
|
|
2012-02-27 03:32:56 +01:00
|
|
|
#ifndef _ISOMAC
|
2012-01-08 05:57:22 +01:00
|
|
|
extern int __inet_aton (const char *__cp, struct in_addr *__inp);
|
2002-08-03 14:09:37 +02:00
|
|
|
libc_hidden_proto (__inet_aton)
|
|
|
|
|
|
|
|
libc_hidden_proto (inet_aton)
|
|
|
|
libc_hidden_proto (inet_ntop)
|
|
|
|
libc_hidden_proto (inet_pton)
|
2014-12-17 19:09:11 +01:00
|
|
|
extern __typeof (inet_pton) __inet_pton;
|
|
|
|
libc_hidden_proto (__inet_pton)
|
|
|
|
extern __typeof (inet_makeaddr) __inet_makeaddr;
|
|
|
|
libc_hidden_proto (__inet_makeaddr)
|
2002-08-03 14:09:37 +02:00
|
|
|
libc_hidden_proto (inet_netof)
|
2012-02-27 03:32:56 +01:00
|
|
|
#endif
|