ACE  7.0.0
Macros | Functions
Sock_Connect.cpp File Reference
#include "ace/Sock_Connect.h"
#include "ace/INET_Addr.h"
#include "ace/Log_Category.h"
#include "ace/Handle_Set.h"
#include "ace/Auto_Ptr.h"
#include "ace/SString.h"
#include "ace/OS_Memory.h"
#include "ace/OS_NS_stdio.h"
#include "ace/ACE.h"
#include "ace/OS_NS_stdlib.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/OS_NS_netdb.h"
#include "ace/OS_NS_unistd.h"
#include "ace/os_include/net/os_if.h"
#include "ace/Guard_T.h"
#include "ace/Recursive_Thread_Mutex.h"
#include "ace/Object_Manager.h"

Macros

#define SIOCGIFCONF_CMD   SIOCGIFCONF
 
#define IFREQ   ifreq
 
#define IFCONF   ifconf
 
#define IFC_REQ   ifc_req
 
#define IFC_LEN   ifc_len
 
#define IFC_BUF   ifc_buf
 
#define IFR_ADDR   ifr_addr
 
#define IFR_NAME   ifr_name
 
#define IFR_FLAGS   ifr_flags
 
#define SA_FAMILY   sa_family
 

Functions

static int get_ip_interfaces_win32 (size_t &count, ACE_INET_Addr *&addrs)
 
static int ip_check (int &ipvn_enabled, int pf)
 

Macro Definition Documentation

◆ IFC_BUF

#define IFC_BUF   ifc_buf

◆ IFC_LEN

#define IFC_LEN   ifc_len

◆ IFC_REQ

#define IFC_REQ   ifc_req

◆ IFCONF

#define IFCONF   ifconf

◆ IFR_ADDR

#define IFR_ADDR   ifr_addr

◆ IFR_FLAGS

#define IFR_FLAGS   ifr_flags

◆ IFR_NAME

#define IFR_NAME   ifr_name

◆ IFREQ

#define IFREQ   ifreq

◆ SA_FAMILY

#define SA_FAMILY   sa_family

◆ SIOCGIFCONF_CMD

#define SIOCGIFCONF_CMD   SIOCGIFCONF

Function Documentation

◆ get_ip_interfaces_win32()

static int get_ip_interfaces_win32 ( size_t &  count,
ACE_INET_Addr *&  addrs 
)
static

◆ ip_check()

static int ip_check ( int &  ipvn_enabled,
int  pf 
)
static