ReactOS 0.4.16-dev-1-gcf26321
|
#include <ws2def.h>
Public Attributes | |
int | ai_flags |
int | ai_family |
int | ai_socktype |
int | ai_protocol |
size_t | ai_addrlen |
char * | ai_canonname |
struct sockaddr * | ai_addr |
struct addrinfo * | ai_next |
Definition at line 671 of file ws2def.h.
Referenced by freeaddrinfo(), getclnthandle(), InternetTransport_Connect(), reverse_lookup(), rpcrt4_ip_tcp_get_top_of_tower(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), WspiapiClone(), WspiapiLegacyFreeAddrInfo(), and WspiapiNewAddrInfo().
size_t addrinfo::ai_addrlen |
Definition at line 669 of file ws2def.h.
Referenced by getclnthandle(), InternetTransport_Connect(), reverse_lookup(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), and WspiapiNewAddrInfo().
char* addrinfo::ai_canonname |
Definition at line 670 of file ws2def.h.
Referenced by freeaddrinfo(), and WspiapiLegacyFreeAddrInfo().
int addrinfo::ai_family |
Definition at line 666 of file ws2def.h.
Referenced by build_wpad_url(), InternetTransport_Connect(), rpcrt4_ip_tcp_get_top_of_tower(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), TestNodeName(), TestServiceName(), and WspiapiNewAddrInfo().
Definition at line 672 of file ws2def.h.
Referenced by build_wpad_url(), freeaddrinfo(), getclnthandle(), InternetTransport_Connect(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), WspiapiClone(), and WspiapiLegacyFreeAddrInfo().
int addrinfo::ai_protocol |
Definition at line 668 of file ws2def.h.
Referenced by InternetTransport_Connect(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), WspiapiClone(), and WspiapiNewAddrInfo().
int addrinfo::ai_socktype |
Definition at line 667 of file ws2def.h.
Referenced by InternetTransport_Connect(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), and WspiapiNewAddrInfo().