|
Namespaces |
namespace | Dns |
Classes |
class | Dns::DnsLabel |
Functions |
string | Dns::reverseIP (const in_addr &addr, const string &postpone) |
Url | Dns::resolveIP (const Url &what, const string &where) throw (net_error) |
Url | Dns::resolve (const Url &url) throw (net_error) |
char * | Dns::gotoAnswer (DNSHEADER *pHeader) |
char * | Dns::gotoRData (char *pAnswer, DNSHEADER *pHeader) |
list< Url > | Dns::getDnsLinux () |
DNSHEADER * | Dns::sendRequest98 (DNSTYPE dnstype, const string &what, void *bufferout, size_t sizeofbuffer) throw (net_error) |
string | Dns::comments (const string &what, const string &where) throw (net_error) |
string | Dns::hostinfo (const string &what, const string &where) throw (net_error) |
std::list< Url > | Dns::resolveDNS (const Url &url) throw (net_error) |
std::list< Url > | Dns::resolveMX (const Url &url) throw (net_error) |
Url | Dns::checkDNSBL (const Url &what, const string &zone, string *comm) throw (net_error) |
Variables |
SendRequest | Dns::sendRequest = sendRequest98 |
GetDns | Dns::getDns = getDnsLinux |