10 #ifndef __WS_INET_ADDR_H__
11 #define __WS_INET_ADDR_H__
13 #include <wireshark.h>
48 #define WS_INET_ADDRSTRLEN 16
49 #define WS_INET6_ADDRSTRLEN 46
59 WS_DLL_PUBLIC WS_RETNONNULL
const char *
60 ws_inet_ntop4(
const void *src,
char *dst,
size_t dst_size);
62 WS_DLL_PUBLIC WS_RETNONNULL
const char *
63 ws_inet_ntop6(
const void *src,
char *dst,
size_t dst_size);
66 ws_inet_pton4(
const char *src, ws_in4_addr *dst);
Definition: inet_ipv6.h:21