#include "ace/config-all.h"#include "ace/os_include/netinet/os_in.h"#include "ace/os_include/os_limits.h"Include dependency graph for os_netdb.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ACE_HOSTENT_DATA_SIZE (4*1024) |
| #define | ACE_SERVENT_DATA_SIZE (4*1024) |
| #define | ACE_PROTOENT_DATA_SIZE (2*1024) |
| #define | MAXHOSTNAMELEN HOST_NAME_MAX |
Typedefs | |
| typedef char | ACE_HOSTENT_DATA [ACE_HOSTENT_DATA_SIZE] |
| typedef char | ACE_SERVENT_DATA [ACE_SERVENT_DATA_SIZE] |
| typedef char | ACE_PROTOENT_DATA [ACE_PROTOENT_DATA_SIZE] |
os_netdb.h,v 1.7 2006/05/05 08:03:49 jwillemsen Exp
This code was originally in various places including ace/OS.h.
Definition in file os_netdb.h.
|
|
Definition at line 58 of file os_netdb.h. |
|
|
Definition at line 64 of file os_netdb.h. |
|
|
Definition at line 61 of file os_netdb.h. |
|
|
Definition at line 72 of file os_netdb.h. Referenced by ACE_TPQ_Entry::ACE_TPQ_Entry(), ACE_ATM_Addr::addr_to_string(), ACE_INET_Addr::get_host_name(), ACE_OS::getmacaddress(), ACE_MEM_Addr::initialize_local(), and ACE_Predefined_Naming_Contexts::is_local_host(). |
|
|
Definition at line 66 of file os_netdb.h. Referenced by ACE_INET_Addr::get_host_name_i(), ACE_OS::gethostbyaddr_r(), ACE_OS::gethostbyname_r(), and ACE_INET_Addr::set(). |
|
|
Definition at line 68 of file os_netdb.h. Referenced by ACE_OS::getprotobyname_r(), and ACE_OS::getprotobynumber_r(). |
|
|
Definition at line 67 of file os_netdb.h. Referenced by get_port_number_from_name(), and ACE_OS::getservbyname_r(). |
1.3.6