#include "ace/config-all.h"
#include "ace/os_include/arpa/os_inet.h"
#include "ace/ACE_export.h"
#include "ace/OS_NS_arpa_inet.inl"
Include dependency graph for OS_NS_arpa_inet.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | ACE_OS |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
#define | ACE_INLINE inline |
Functions | |
ACE_NAMESPACE_INLINE_FUNCTION unsigned long | ACE_OS::inet_addr (const char *name) |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL int | ACE_OS::inet_aton (const char *host_name, struct in_addr *addr) |
ACE_NAMESPACE_INLINE_FUNCTION char * | ACE_OS::inet_ntoa (const struct in_addr addr) |
ACE_NAMESPACE_INLINE_FUNCTION const char * | ACE_OS::inet_ntop (int family, const void *addrptr, char *strptr, size_t len) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::inet_pton (int family, const char *strptr, void *addrptr) |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
#define ACE_EXPORT_MACRO ACE_Export |
#define ACE_INLINE inline |