#include <hostlookup.h>
Data Fields | |
| union { | |
| in_addr ipv4 | |
| The IPv4 address. | |
| in6_addr ipv6 | |
| The IPv6 address. | |
| }; | |
| int | family |
| The address family of the stored address; either AF_INET or AF_INET6. | |
Definition at line 94 of file hostlookup.h.
| union { ... } |
The address family of the stored address; either AF_INET or AF_INET6.
Definition at line 108 of file hostlookup.h.
Referenced by DoNameLookup(), LookupResult(), and StartStrNameLookup().
struct in_addr INetAddr_t::ipv4 [read] |
The IPv4 address.
Definition at line 99 of file hostlookup.h.
Referenced by DoNameLookup(), and LookupResult().
struct in6_addr INetAddr_t::ipv6 [read] |
The IPv6 address.
Definition at line 103 of file hostlookup.h.
Referenced by DoNameLookup(), and LookupResult().
1.5.2