|
Monero
|
#include "parse.h"#include "net/tor_address.h"#include "net/i2p_address.h"#include "string_tools.h"#include "string_tools_lexical.h"
Namespaces | |
| namespace | net |
Functions | |
| void | net::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. | |
| expect< epee::net_utils::network_address > | net::get_network_address (const boost::string_ref address, const std::uint16_t default_port) |
| expect< epee::net_utils::ipv4_network_subnet > | net::get_ipv4_subnet_address (const boost::string_ref address, bool allow_implicit_32) |
| expect< boost::asio::ip::tcp::endpoint > | net::get_tcp_endpoint (const boost::string_ref address) |