about summary refs log tree commit diff
path: root/include/arpa/inet.h
blob: dce60b4909938e6bbca9752376d23e721b167686 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <inet/arpa/inet.h>

#ifndef _ISOMAC
/* Variant of inet_aton which rejects trailing garbage.  */
extern int __inet_aton_exact (const char *__cp, struct in_addr *__inp)
  attribute_hidden;

libc_hidden_proto (inet_ntop)
libc_hidden_proto (inet_pton)
extern __typeof (inet_pton) __inet_pton;
libc_hidden_proto (__inet_pton)
extern __typeof (inet_makeaddr) __inet_makeaddr;
libc_hidden_proto (__inet_makeaddr)
libc_hidden_proto (inet_netof)
#endif