ReactOS 0.4.16-dev-237-gd6eebaa
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | DN2H(dw) |
#define | DH2N(dw) |
#define | WN2H(w) |
#define | WH2N(w) |
#define NDEBUG |
Definition at line 13 of file addrconv.c.
Definition at line 40 of file addrconv.c.
Definition at line 35 of file addrconv.c.
Definition at line 228 of file addrconv.c.
Definition at line 238 of file addrconv.c.
Definition at line 71 of file addrconv.c.
Referenced by __rpc_uaddr2taddr_af(), AcceptProc(), Addhost(), AddrStrToAddr(), adns_inet_aton(), client_start(), Telnet::Connect(), convert_add_cmd_line(), Deletehost(), Dns_Ip4StringToAddress_A(), GetAdaptersInfo(), GetHostByName(), GetHostEntry(), hookup(), init_leases_list(), InitializePropertyDialog(), NetBTinetResolve(), NetBTInit(), netfinger(), oob_server(), open_http(), Query_Main(), ReadIpConfiguration(), select_server(), SendRequest(), server_start(), server_thread(), Setup(), setup_iocp_src(), simple_mixed_client(), simple_server(), START_TEST(), tcp_connect(), tcp_socketpair(), tcp_socketpair_ovl(), Test_CloseWhileSelectDuplicatedSocket(), Test_CloseWhileSelectSameSocket(), test_events(), test_ip_pktinfo(), test_select(), test_send(), test_sendto(), test_set_getsockopt(), TestSend(), TestSendTo(), TestTcp(), TestUdp(), WSAttemptAutodialName(), and WspiapiParseV4Address().
Definition at line 160 of file addrconv.c.
Referenced by AcceptConnections(), AddrToAddrStr(), addserver(), adns__vdiag(), adns_processreadable(), ccf_nameserver(), cs_inaddr(), csp_addr(), DisplayArpEntries(), get_server(), GetHostByName(), hookup(), inet_ntop(), main(), MyInetAddr(), NetBTSendNameQuery(), OpenControlConnection(), piaddr(), pretty_print_option(), print_getaddrinfo(), PrintEntries(), PrintRoutes(), processRequest(), send_decline(), send_discover(), send_request(), simple_mixed_client(), START_TEST(), test_gethostbyname(), toIPAddressString(), write_packet(), WspiapiLegacyGetAddrInfo(), and WspiapiLegacyGetNameInfo().
PCSTR WSAAPI inet_ntop | ( | _In_ INT | Family, |
_In_ const VOID * | pAddr, | ||
_Out_writes_(StringBufSize) PSTR | pStringBuf, | ||
_In_ size_t | StringBufSize | ||
) |
Definition at line 497 of file addrconv.c.
INT WSAAPI inet_pton | ( | _In_ INT | Family, |
_In_ PCSTR | pszAddrString, | ||
_Out_writes_bytes_(sizeof(IN_ADDR6)) PVOID | pAddrBuf | ||
) |
Definition at line 563 of file addrconv.c.
Referenced by __rpc_uaddr2taddr_af().
PCWSTR WSAAPI InetNtopW | ( | _In_ INT | Family, |
_In_ const VOID * | pAddr, | ||
_Out_writes_(StringBufSize) PWSTR | pStringBuf, | ||
_In_ size_t | StringBufSize | ||
) |
Definition at line 530 of file addrconv.c.
INT WSAAPI InetPtonW | ( | _In_ INT | Family, |
_In_ PCWSTR | pszAddrString, | ||
_Out_writes_bytes_(sizeof(IN_ADDR6)) PVOID | pAddrBuf | ||
) |
Definition at line 600 of file addrconv.c.
Definition at line 248 of file addrconv.c.
Definition at line 258 of file addrconv.c.
Definition at line 268 of file addrconv.c.
Definition at line 326 of file addrconv.c.
Definition at line 384 of file addrconv.c.
Definition at line 442 of file addrconv.c.