#include <llares.h>


Public Member Functions | |
| void | queryResult () |
| void | queryError (int code) |
| virtual void | srvResult (const dns_rrs_t &ents) |
| virtual void | srvError (int code) |
Friends | |
| void | LLAres::getSrvRecords (const std::string &name, SrvResponder *resp) |
Definition at line 530 of file llares.h.
| void LLAres::SrvResponder::queryResult | ( | ) | [virtual] |
Reimplemented from LLQueryResponder.
Definition at line 356 of file llares.cpp.
References LLQueryResponder::mAnswers, LLQueryResponder::mType, RES_SRV, srvError(), and srvResult().

| void LLAres::SrvResponder::queryError | ( | int | code | ) | [virtual] |
Reimplemented from LLAres::QueryResponder.
Definition at line 366 of file llares.cpp.
References srvError().

| void LLAres::SrvResponder::srvResult | ( | const dns_rrs_t & | ents | ) | [virtual] |
Definition at line 371 of file llares.cpp.
References LLHostRecord::host(), i, llendl, llinfos, LLSrvRecord::port(), LLSrvRecord::priority(), and LLSrvRecord::weight().
Referenced by queryResult().


| void LLAres::SrvResponder::srvError | ( | int | code | ) | [virtual] |
Definition at line 386 of file llares.cpp.
References llendl, llinfos, and LLAres::strerror().
Referenced by queryError(), and queryResult().


| void LLAres::getSrvRecords | ( | const std::string & | name, | |
| SrvResponder * | resp | |||
| ) | [friend] |
1.5.5