31 #include <boost/asio/ip/tcp.hpp>
32 #include <boost/utility/string_ref.hpp>
36 #include "net/net_utils_base.h"
Definition: dandelionpp.cpp:40
expect< epee::net_utils::network_address > get_network_address(const boost::string_ref address, const std::uint16_t default_port)
Definition: parse.cpp:59
expect< boost::asio::ip::tcp::endpoint > get_tcp_endpoint(const boost::string_ref address)
Definition: parse.cpp:126
void get_network_address_host_and_port(const std::string &address, std::string &host, std::string &port)
Definition: parse.cpp:37
expect< epee::net_utils::ipv4_network_subnet > get_ipv4_subnet_address(const boost::string_ref address, bool allow_implicit_32)
Definition: parse.cpp:104