|
ReactOS 0.4.17-dev-470-gf9e3448
|
#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 139 of file addrconv.c.
Definition at line 149 of file addrconv.c.
Definition at line 71 of file addrconv.c.
Referenced by AcceptConnections(), AddrToAddrStr(), addserver(), adns__vdiag(), adns_processreadable(), ccf_nameserver(), CreatePersistentIpForwardEntry(), cs_inaddr(), csp_addr(), DeleteActiveRoutes(), DeleteCustomRoutes(), DisplayArpEntries(), get_server(), GetHostByName(), hookup(), inet_ntop(), main(), MyInetAddr(), NetBTSendNameQuery(), OpenControlConnection(), piaddr(), pretty_print_option(), print_getaddrinfo(), PrintActiveRoutes(), PrintEntries(), processRequest(), send_decline(), send_discover(), send_release(), 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 408 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 474 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 441 of file addrconv.c.
| INT WSAAPI InetPtonW | ( | _In_ INT | Family, |
| _In_ PCWSTR | pszAddrString, | ||
| _Out_writes_bytes_(sizeof(IN_ADDR6)) PVOID | pAddrBuf | ||
| ) |
Definition at line 511 of file addrconv.c.
Definition at line 159 of file addrconv.c.
Definition at line 169 of file addrconv.c.
Definition at line 179 of file addrconv.c.
Definition at line 237 of file addrconv.c.
Definition at line 295 of file addrconv.c.
Definition at line 353 of file addrconv.c.