| 1 | #include <inet/arpa/inet.h> | 
|---|---|
| 2 | |
| 3 | #ifndef _ISOMAC | 
| 4 | /* Variant of inet_aton which rejects trailing garbage. */ | 
| 5 | extern int __inet_aton_exact (const char *__cp, struct in_addr *__inp); | 
| 6 | libc_hidden_proto (__inet_aton_exact) | 
| 7 | |
| 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 | 
| 16 | 
