|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | Swap(a, b, c) { (c) = (a); (a) = (b); (b) = (c); } |
| #define | FreeAddrInfoW(a) freeaddrinfo((LPADDRINFO)a) |
| #define FreeAddrInfoW | ( | a | ) | freeaddrinfo((LPADDRINFO)a) |
Definition at line 21 of file addrinfo.c.
| #define NDEBUG |
Definition at line 15 of file addrinfo.c.
Definition at line 20 of file addrinfo.c.
Definition at line 214 of file addrinfo.c.
Referenced by GetAddrInfoW().
|
static |
Definition at line 49 of file addrinfo.c.
Referenced by getaddrinfo().
Definition at line 28 of file addrinfo.c.
Referenced by LookupNodeByAddr().
| VOID WINAPI freeaddrinfo | ( | PADDRINFOA | AddrInfo | ) |
Definition at line 769 of file addrinfo.c.
| INT WINAPI getaddrinfo | ( | const char FAR * | nodename, |
| const char FAR * | servname, | ||
| const struct addrinfo FAR * | hints, | ||
| struct addrinfo FAR *FAR * | res | ||
| ) |
Definition at line 804 of file addrinfo.c.
| INT WSAAPI GetAddrInfoW | ( | IN PCWSTR | pszNodeName, |
| IN PCWSTR | pszServiceName, | ||
| IN const ADDRINFOW * | ptHints, | ||
| OUT PADDRINFOW * | pptResult | ||
| ) |
Definition at line 509 of file addrinfo.c.
Referenced by GetAddress(), getaddrinfo(), resolve_hostname(), ResolveTarget(), and START_TEST().
| INT WINAPI getnameinfo | ( | const struct sockaddr FAR * | sa, |
| socklen_t | salen, | ||
| char FAR * | host, | ||
| DWORD | hostlen, | ||
| char FAR * | serv, | ||
| DWORD | servlen, | ||
| INT | flags | ||
| ) |
Definition at line 1001 of file addrinfo.c.
| INT WSAAPI GetNameInfoW | ( | IN CONST SOCKADDR * | pSockaddr, |
| IN socklen_t | SockaddrLength, | ||
| OUT PWCHAR | pNodeBuffer, | ||
| IN DWORD | NodeBufferSize, | ||
| OUT PWCHAR | pServiceBuffer, | ||
| IN DWORD | ServiceBufferSize, | ||
| IN INT | Flags | ||
| ) |
Definition at line 873 of file addrinfo.c.
Referenced by get_dnshostname(), GetAddrInfoW(), getnameinfo(), Ping(), PrintHopInfo(), ResolveTarget(), and START_TEST().
|
static |
Definition at line 420 of file addrinfo.c.
Referenced by GetNameInfoW().
|
static |
Definition at line 431 of file addrinfo.c.
Referenced by GetAddrInfoW().
|
static |
Definition at line 306 of file addrinfo.c.
Referenced by GetNameInfoW().
|
static |
Definition at line 170 of file addrinfo.c.
Referenced by CloneAddrInfo(), GetAddrInfoW(), and QueryDNS().
Definition at line 90 of file addrinfo.c.
Referenced by GetAddrInfoW().
|
static |
Definition at line 246 of file addrinfo.c.
Referenced by LookupAddressForName().