#include <DNSLookUp.h>
Public Member Functions | |
DNSLookUp () | |
virtual | ~DNSLookUp () |
virtual OStatus | DoInit (const OSystemEvent &event) |
virtual OStatus | DoStart (const OSystemEvent &event) |
virtual OStatus | DoStop (const OSystemEvent &event) |
virtual OStatus | DoDestroy (const OSystemEvent &event) |
void | GetDefaultServerByAddrCont (ANTENVMSG msg) |
void | GetHostByNameCont (ANTENVMSG msg) |
Public Attributes | |
OSubject * | subject [numOfSubject] |
OObserver * | observer [numOfObserver] |
Private Member Functions | |
void | GetDefaultServerByAddr () |
void | GetHostByName (char *hostname) |
void | Prompt () |
Private Attributes | |
antStackRef | ipstackRef |
antModuleRef | dnsEndpoint |
|
Definition at line 19 of file DNSLookUp.cc. |
|
Definition at line 24 of file DNSLookUp.h. |
|
Definition at line 55 of file DNSLookUp.cc. |
|
Definition at line 24 of file DNSLookUp.cc. |
|
Definition at line 30 of file DNSLookUp.cc. References dnsEndpoint, GetDefaultServerByAddr(), and ipstackRef. |
|
Definition at line 49 of file DNSLookUp.cc. |
|
Definition at line 104 of file DNSLookUp.cc. References dnsEndpoint, and ipstackRef. Referenced by DoStart(). |
|
Definition at line 61 of file DNSLookUp.cc. References dnsEndpoint, ipstackRef, and Prompt(). |
|
Definition at line 137 of file DNSLookUp.cc. References dnsEndpoint, and ipstackRef. Referenced by Prompt(). |
|
Definition at line 86 of file DNSLookUp.cc. References Prompt(). |
|
Definition at line 152 of file DNSLookUp.cc. References GetHostByName(). Referenced by GetDefaultServerByAddrCont(), and GetHostByNameCont(). |
|
Definition at line 43 of file DNSLookUp.h. Referenced by DoStart(), GetDefaultServerByAddr(), GetDefaultServerByAddrCont(), and GetHostByName(). |
|
Definition at line 42 of file DNSLookUp.h. Referenced by DoStart(), GetDefaultServerByAddr(), GetDefaultServerByAddrCont(), and GetHostByName(). |
|
Definition at line 27 of file DNSLookUp.h. |
|
Definition at line 26 of file DNSLookUp.h. |