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