#include <llares.h>


Public Member Functions | |
| const sockaddr_in & | addr_in () const |
| Socket address. | |
Protected Member Functions | |
| LLARecord (const std::string &name, unsigned ttl) | |
| int | parse (const char *buf, size_t len, const char *pos, size_t rrlen) |
Friends | |
| class | LLQueryResponder |
Definition at line 138 of file llares.h.
| LLARecord::LLARecord | ( | const std::string & | name, | |
| unsigned | ttl | |||
| ) | [protected] |
Definition at line 642 of file llares.cpp.
| int LLARecord::parse | ( | const char * | buf, | |
| size_t | len, | |||
| const char * | pos, | |||
| size_t | rrlen | |||
| ) | [protected, virtual] |
Implements LLDnsRecord.
Definition at line 647 of file llares.cpp.
References LLAddrRecord::mSA, and LLAddrRecord::mSize.
| const sockaddr_in& LLARecord::addr_in | ( | ) | const [inline] |
friend class LLQueryResponder [friend] |
1.5.5