32#include <boost/asio/ip/tcp.hpp>
33#include <boost/utility/string_ref.hpp>
65 expect<epee::net_utils::network_address>
78 expect<epee::net_utils::ipv4_network_subnet>
uint32_t address
Definition getifaddr.c:269
Definition net_utils_base.h:59
expect< epee::net_utils::network_address > get_network_address(const boost::string_ref address, const std::uint16_t default_port)
Definition parse.cpp:67
expect< boost::asio::ip::tcp::endpoint > get_tcp_endpoint(const boost::string_ref address)
Definition parse.cpp:134
void get_network_address_host_and_port(const std::string &address, std::string &host, std::string &port)
Takes a valid address string (IP, Tor, I2P, or DNS name) and splits it into host and port.
Definition parse.cpp:39
expect< epee::net_utils::ipv4_network_subnet > get_ipv4_subnet_address(const boost::string_ref address, bool allow_implicit_32)
Definition parse.cpp:112