21 #define INET_NTOA_BUF_LEN 16
22 int tor_inet_ntoa(
const struct in_addr *in,
char *buf,
size_t buf_len);
24 const char *
tor_inet_ntop(
int af,
const void *src,
char *dst,
size_t len);
int tor_inet_ntoa(const struct in_addr *in, char *buf, size_t buf_len)
int tor_inet_aton(const char *str, struct in_addr *addr)
int tor_inet_pton(int af, const char *src, void *dst)
const char * tor_inet_ntop(int af, const void *src, char *dst, size_t len)