|
reSIProcate/rutil
9694
|
#include <ExternalDns.hxx>


Public Member Functions | |
| ExternalDnsRawResult (unsigned char *buf, int len, void *uData) | |
| ExternalDnsRawResult (long errorCode, unsigned char *buf, int len, void *uData) | |
Public Attributes | |
| unsigned char * | abuf |
| int | alen |
Definition at line 86 of file ExternalDns.hxx.
| resip::ExternalDnsRawResult::ExternalDnsRawResult | ( | unsigned char * | buf, |
| int | len, | ||
| void * | uData | ||
| ) | [inline] |
Definition at line 89 of file ExternalDns.hxx.
:
ExternalDnsResult(uData),
abuf(buf),
alen(len)
{}
| resip::ExternalDnsRawResult::ExternalDnsRawResult | ( | long | errorCode, |
| unsigned char * | buf, | ||
| int | len, | ||
| void * | uData | ||
| ) | [inline] |
Definition at line 95 of file ExternalDns.hxx.
:
ExternalDnsResult(errorCode, uData),
abuf(buf),
alen(len)
{}
| unsigned char* resip::ExternalDnsRawResult::abuf |
Definition at line 101 of file ExternalDns.hxx.
Referenced by resip::DnsStub::handleDnsRaw().
Definition at line 102 of file ExternalDns.hxx.
Referenced by resip::DnsStub::handleDnsRaw().
1.7.5.1