1 #ifndef LIBFILEZILLA_IPUTILS_HEADER 2 #define LIBFILEZILLA_IPUTILS_HEADER 40 enum class address_type
std::string get_ipv6_long_form(std::string const &short_address)
Given a shortened IPv6 address, returns the full, unshortened address.
address_type get_address_type(std::string const &address)
Gets the type of the passed IP address.
The namespace used by libfilezilla.
Definition: apply.hpp:16
bool is_routable_address(std::string const &address)
Tests whether the passed IP address is routable on the public Internet.
Sets some global macros and further includes string.hpp.