ReactOS 0.4.16-dev-336-gb667d82
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
AFPROTOCOLS | afp [2] = {{AF_INET, IPPROTO_UDP}, {AF_INET, IPPROTO_TCP}} |
#define NDEBUG |
Definition at line 13 of file getxbyxx.c.
Definition at line 24 of file getxbyxx.c.
Referenced by UnpackHostEnt(), and UnpackServEnt().
Definition at line 309 of file getxbyxx.c.
Referenced by AddrToAddrStr(), GetHostEntry(), WsAsyncGetHost(), and WspiapiLegacyGetNameInfo().
Definition at line 221 of file getxbyxx.c.
Referenced by AddrStrToAddr(), Telnet::Connect(), ConnectToReactOSWebsite(), do_host_lookup(), get_server(), GetHostByName(), GetHostEntry(), GetOurHostName(), getrpcport(), hookup(), init_logger_addr(), InitConnection(), IsWinsockInitialized(), main(), NetBTinetResolve(), netfinger(), open_http(), QueryDNS(), Setup(), START_TEST(), tcp_connect(), test_communication(), test_gethostbyname(), test_WithoutWSAStartup(), test_WithWSAStartup(), write_packet(), WsAsyncGetHost(), and WspiapiQueryDNS().
Definition at line 397 of file getxbyxx.c.
Referenced by authunix_create_default(), create_new_rpc_auth(), get_username_and_hostname(), gethostbyname(), GetIpHostName(), GetOurHostName(), host2netname(), main(), nfs41_rpc_clnt_create(), ruserpass(), START_TEST(), and UserLoginThread().
Definition at line 500 of file getxbyxx.c.
Referenced by Telnet::Connect(), FTPInitLibrary(), GetAddrInfoW(), main(), netfinger(), rtime(), ServiceNameToPortNumber(), START_TEST(), WsAsyncGetServ(), and WspiapiLegacyGetAddrInfo().
Definition at line 431 of file getxbyxx.c.
Referenced by AddrToAddrStr(), GetPortName(), START_TEST(), WsAsyncGetServ(), and WspiapiLegacyGetNameInfo().
LPBLOB WSAAPI getxyDataEnt | ( | IN OUT PCHAR * | Results, |
IN DWORD | Length, | ||
IN LPSTR | Name, | ||
IN LPCGUID | Type, | ||
IN LPSTR * | NewName | ||
) |
Definition at line 103 of file getxbyxx.c.
Referenced by gethostbyaddr(), gethostbyname(), gethostname(), getservbyname(), and getservbyport().
Definition at line 75 of file getxbyxx.c.
Referenced by gethostbyaddr().
Definition at line 88 of file getxbyxx.c.
Referenced by gethostbyaddr().
Definition at line 61 of file getxbyxx.c.
Referenced by gethostbyaddr(), and gethostbyname().
Definition at line 47 of file getxbyxx.c.
Referenced by getservbyname(), and getservbyport().
HANDLE WSAAPI WSAAsyncGetHostByAddr | ( | IN HWND | hWnd, |
IN UINT | wMsg, | ||
IN CONST CHAR FAR * | Address, | ||
IN INT | Length, | ||
IN INT | Type, | ||
OUT CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 569 of file getxbyxx.c.
HANDLE WSAAPI WSAAsyncGetHostByName | ( | IN HWND | hWnd, |
IN UINT | wMsg, | ||
IN CONST CHAR FAR * | Name, | ||
OUT CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 636 of file getxbyxx.c.
HANDLE WSAAPI WSAAsyncGetProtoByName | ( | IN HWND | hWnd, |
IN UINT | wMsg, | ||
IN CONST CHAR FAR * | Name, | ||
OUT CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 699 of file getxbyxx.c.
HANDLE WSAAPI WSAAsyncGetProtoByNumber | ( | IN HWND | hWnd, |
IN UINT | wMsg, | ||
IN INT | Number, | ||
OUT CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 762 of file getxbyxx.c.
HANDLE WSAAPI WSAAsyncGetServByName | ( | IN HWND | hWnd, |
IN UINT | wMsg, | ||
IN CONST CHAR FAR * | Name, | ||
IN CONST CHAR FAR * | Protocol, | ||
OUT CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 820 of file getxbyxx.c.
HANDLE WSAAPI WSAAsyncGetServByPort | ( | IN HWND | hWnd, |
IN UINT | wMsg, | ||
IN INT | Port, | ||
IN CONST CHAR FAR * | Protocol, | ||
OUT CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 885 of file getxbyxx.c.
Definition at line 945 of file getxbyxx.c.
AFPROTOCOLS afp[2] = {{AF_INET, IPPROTO_UDP}, {AF_INET, IPPROTO_TCP}} |
Definition at line 18 of file getxbyxx.c.
Referenced by getxyDataEnt().