From bab9f4b4bc0f6aa0e1377745fd216ef9874b3f27 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 9 Dec 2005 20:21:39 +0000 Subject: Added new module docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2301 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/dns_8h-source.html | 62 ++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 30 deletions(-) (limited to 'docs/module-doc/dns_8h-source.html') diff --git a/docs/module-doc/dns_8h-source.html b/docs/module-doc/dns_8h-source.html index 6b7deaef2..3592f2d79 100644 --- a/docs/module-doc/dns_8h-source.html +++ b/docs/module-doc/dns_8h-source.html @@ -43,36 +43,38 @@ 00037 private: 00038 in_addr *binip; 00039 char* result; -00040 int t; -00041 void dns_init(); -00042 int fd; -00043 void dns_init_2(const char* dnsserver); -00044 in_addr *dns_aton4(const char * const ipstring); -00045 char *dns_ntoa4(const in_addr * const ip); -00046 int dns_getip4(const char * const name); -00047 int dns_getip4list(const char * const name); -00048 int dns_getname4(const in_addr * const ip); -00049 char *dns_getresult(const int fd); -00050 in_addr *dns_aton4_s(const char * const ipstring, in_addr * const ip); -00051 char *dns_ntoa4_s(const in_addr * const ip, char * const result); -00052 char *dns_getresult_s(const int fd, char * const result); -00053 in_addr *dns_aton4_r(const char * const ipstring); -00054 char *dns_ntoa4_r(const in_addr * const ip); -00055 char *dns_getresult_r(const int fd); -00056 public: -00063 DNS(); -00067 DNS(std::string dnsserver); -00070 ~DNS(); -00075 bool ReverseLookup(std::string ip); -00079 bool ForwardLookup(std::string host); -00083 bool HasResult(); -00087 std::string GetResult(); -00091 int GetFD(); -00092 void SetNS(std::string dnsserver); -00093 }; -00094 -00095 #endif -
Generated on Sun Nov 27 01:43:24 2005 for InspIRCd by  +00040 char localbuf[1024]; +00041 int t; +00042 void dns_init(); +00043 int myfd; +00044 void dns_init_2(const char* dnsserver); +00045 in_addr *dns_aton4(const char * const ipstring); +00046 char *dns_ntoa4(const in_addr * const ip); +00047 int dns_getip4(const char * const name); +00048 int dns_getip4list(const char * const name); +00049 int dns_getname4(const in_addr * const ip); +00050 char *dns_getresult(const int fd); +00051 in_addr *dns_aton4_s(const char * const ipstring, in_addr * const ip); +00052 char *dns_ntoa4_s(const in_addr * const ip, char * const result); +00053 char *dns_getresult_s(const int fd, char * const result); +00054 in_addr *dns_aton4_r(const char * const ipstring); +00055 char *dns_ntoa4_r(const in_addr * const ip); +00056 char *dns_getresult_r(const int fd); +00057 public: +00064 DNS(); +00068 DNS(std::string dnsserver); +00071 ~DNS(); +00076 bool ReverseLookup(std::string ip); +00080 bool ForwardLookup(std::string host); +00084 bool HasResult(); +00088 std::string GetResult(); +00089 std::string GetResultIP(); +00093 int GetFD(); +00094 void SetNS(std::string dnsserver); +00095 }; +00096 +00097 #endif +
Generated on Fri Dec 9 20:20:03 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3