#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] |
This code was originally in various places including ace/OS.h.
Definition in file os_netdb.h.
|
Definition at line 86 of file os_netdb.h. |
|
Definition at line 92 of file os_netdb.h. |
|
Definition at line 89 of file os_netdb.h. |
|
Definition at line 100 of file os_netdb.h. Referenced by ACE_INET_Addr::addr_to_string(), ACE_INET_Addr::get_host_name(), and ACE_OS::getmacaddress(). |
|
Definition at line 94 of file os_netdb.h. Referenced by ACE::get_fqdn(), ACE_INET_Addr::get_host_name_i(), ACE_OS::gethostbyaddr(), ACE_OS::gethostbyaddr_r(), ACE_OS::gethostbyname(), ACE_OS::gethostbyname_r(), and ACE_INET_Addr::set(). |
|
Definition at line 96 of file os_netdb.h. Referenced by ACE_OS::getprotobyname_r(), and ACE_OS::getprotobynumber_r(). |
|
Definition at line 95 of file os_netdb.h. Referenced by get_port_number_from_name(), and ACE_OS::getservbyname_r(). |