OpenVPN
Data Fields
sockethandle_t Struct Reference

#include <socket.h>

Data Fields

union { 
 
   SOCKET   s 
 
   HANDLE   h 
 
};  
 
bool is_handle
 
bool prepend_sa
 

Detailed Description

Definition at line 285 of file socket.h.

Field Documentation

◆ [union]

union { ... } sockethandle_t

◆ h

HANDLE sockethandle_t::h

Definition at line 288 of file socket.h.

Referenced by SocketHandleGetOverlappedResult().

◆ is_handle

bool sockethandle_t::is_handle

◆ prepend_sa

bool sockethandle_t::prepend_sa

Definition at line 291 of file socket.h.

Referenced by link_socket_read_udp_win32(), and sockethandle_finalize().

◆ s

SOCKET sockethandle_t::s

The documentation for this struct was generated from the following file: