#include <dpp/export.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <string>
#include <unordered_map>
Classes | |
struct | dpp::dns_cache_entry |
Represents a cached DNS result. More... | |
Namespaces | |
dpp | |
The main namespace for D++ functions. | |
Typedefs | |
using | dpp::dns_cache_t = std::unordered_map< std::string, dns_cache_entry * > |
Cache container type. More... | |
Functions | |
const dns_cache_entry * | dpp::resolve_hostname (const std::string &hostname, const std::string &port) |
Resolve a hostname to an addrinfo. More... | |