aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/inet_addr.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Go with the RFC 2133-and-successors values for IPv4 and IPv6 address strings.Guy Harris1-4/+31
2017-10-26Improve our inet_ntop() wrapperJoão Valverde1-4/+6
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-0/+3
2016-04-09Move a declaration to wsutilJoão Valverde1-1/+1
2016-02-19Fix implicit conversion from 64 to 32 bitsJoão Valverde1-2/+2
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-0/+43