|
OpenVPN
|
#include <socket.h>
Data Fields | ||
| union { | ||
| SOCKET s | ||
| HANDLE h | ||
| }; | ||
| bool | is_handle | |
| bool | prepend_sa | |
| union { ... } sockethandle_t |
| HANDLE sockethandle_t::h |
Definition at line 259 of file socket.h.
Referenced by SocketHandleGetOverlappedResult().
| bool sockethandle_t::is_handle |
Definition at line 261 of file socket.h.
Referenced by link_socket_read_udp_win32(), read_incoming_tun(), sockethandle_finalize(), SocketHandleGetLastError(), SocketHandleGetOverlappedResult(), SocketHandleSetInvalError(), SocketHandleSetLastError(), and tun_write_win32().
| bool sockethandle_t::prepend_sa |
Definition at line 262 of file socket.h.
Referenced by link_socket_read_udp_win32(), and sockethandle_finalize().
| SOCKET sockethandle_t::s |
Definition at line 258 of file socket.h.
Referenced by link_socket_read_tcp(), link_socket_read_udp_win32(), link_socket_write_win32(), and SocketHandleGetOverlappedResult().