blob: c3f28f2baaa2ed662767d8e2d6262fc90a8f921d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include <inet/arpa/inet.h>
2
3#ifndef _ISOMAC
4extern int __inet_aton (const char *__cp, struct in_addr *__inp);
5libc_hidden_proto (__inet_aton)
6
7libc_hidden_proto (inet_aton)
8libc_hidden_proto (inet_ntop)
9libc_hidden_proto (inet_pton)
10extern __typeof (inet_pton) __inet_pton;
11libc_hidden_proto (__inet_pton)
12extern __typeof (inet_makeaddr) __inet_makeaddr;
13libc_hidden_proto (__inet_makeaddr)
14libc_hidden_proto (inet_netof)
15#endif