From 5a2675d174e661c55843b3795afe2d688e7197f9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Apr 2005 17:15:49 +0000 Subject: New documentation! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1199 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classDNS.html | 58 ++++++++++++------------------------------- 1 file changed, 16 insertions(+), 42 deletions(-) (limited to 'docs/module-doc/classDNS.html') diff --git a/docs/module-doc/classDNS.html b/docs/module-doc/classDNS.html index 29354bad4..9b2563cf4 100644 --- a/docs/module-doc/classDNS.html +++ b/docs/module-doc/classDNS.html @@ -54,30 +54,28 @@ int dns_getname4 (const in_addr *const ip) -char * dns_getresult (const int fd) +char * dns_getresult (const int fd) in_addr * dns_aton4_s (const char *const ipstring, in_addr *const ip) -char * dns_ntoa4_s (const in_addr *const ip, char *const result) +char * dns_ntoa4_s (const in_addr *const ip, char *const result) -char * dns_getresult_s (const int fd, char *const result) +char * dns_getresult_s (const int fd, char *const result) in_addr * dns_aton4_r (const char *const ipstring) char * dns_ntoa4_r (const in_addr *const ip) -char * dns_getresult_r (const int fd) +char * dns_getresult_r (const int fd)

Private Attributes

-char * result +in_addr * binip -in_addr * binip +char * result int t -int i - -unsigned int fd +unsigned int fd

Detailed Description

@@ -794,13 +792,13 @@ This method will start the reverse lookup of an ip given in dotted decimal forma

Member Data Documentation

-

+

@@ -815,16 +813,16 @@ This method will start the reverse lookup of an ip given in dotted decimal forma

-Definition at line 39 of file dns.h. +Definition at line 38 of file dns.h.

-
in_addr* DNS::binip [private] + in_addr* DNS::binip [private]
-

+

@@ -842,13 +840,13 @@ Definition at line 39 of file Definition at line 42 of file dns.h.
-
unsigned int DNS::fd [private] + unsigned int DNS::fd [private]
-

+

@@ -863,31 +861,7 @@ Definition at line 42 of file

-Definition at line 40 of file dns.h. - -

-
int DNS::i [private] + char* DNS::result [private]
-

- - - - -
- - -
char* DNS::result [private] -
-
- - - - +Definition at line 39 of file dns.h.
-   - - -

- -

-Definition at line 38 of file dns.h.

@@ -916,7 +890,7 @@ Definition at line 40 of file


The documentation for this class was generated from the following file: -
Generated on Wed Apr 20 15:47:02 2005 for InspIRCd by +
Generated on Tue Apr 26 17:11:48 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3