ReactOS 0.4.16-dev-979-g79f281e
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 13 of file socklife.c.
Definition at line 23 of file socklife.c.
Referenced by AcceptConnections(), AcceptDataConnection(), AcceptKillThread(), AcceptProc(), consistsof(), dataconn(), FTP_GetDataSocket(), InputProcessorProfiles_ChangeCurrentLanguage(), INTERNET_InternetOpenUrlW(), main(), memrpbrkW(), CServerSocket::MessageLoop(), oob_server(), open_tcp_connect(), rdp2vnc_connect(), rendezvous_request(), rpcrt4_conn_tcp_handoff(), SAcceptA(), SAcceptS(), select_server(), server_thread(), simple_server(), SocketTest(), START_TEST(), strpbrkW(), strspnW(), tcp_socketpair(), tcp_socketpair_ovl(), test_async_HttpSendRequestEx(), test_events(), Test_Overread(), test_select(), test_set_getsockopt(), WaitForConnect(), wcspbrk(), and wcsspn().
Definition at line 36 of file socklife.c.
Referenced by AcceptProc(), AdapterDiscoveryThread(), bindresvport_sa(), BindToEphemeralPortNumber(), ClassMoniker_IsEqual(), CreateSocket(), DEVENUM_IMediaCatMoniker_IsEqual(), do_bind(), epm_register(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_IsEqual(), FileMonikerImpl_RelativePathTo(), FTP_InitListenSocket(), get_epm_handle_client(), I_RpcAsyncSetHandle(), I_RpcBindingSetAsync(), I_RpcFreeBuffer(), I_RpcGetBuffer(), I_RpcNegotiateTransferSyntax(), I_RpcReceive(), I_RpcSend(), init(), initconn(), is_epm_destination_local(), ItemMonikerImpl_IsEqual(), main(), make_listening_socket(), CServerSocket::Open(), open_tcp_connect(), openlog(), processRequest(), RPC_CreateClientChannel(), RpcBindingFromStringBindingA(), RpcBindingFromStringBindingW(), RpcBindingInqAuthClientExW(), RpcBindingInqAuthInfoExW(), RpcBindingInqObject(), RpcBindingReset(), RpcBindingServerFromClient(), RpcBindingSetAuthInfoExA(), RpcBindingSetAuthInfoExW(), RpcBindingSetObject(), RpcBindingToStringBindingA(), RpcEpResolveBinding(), RpcEpUnregister(), RpcImpersonateClient(), RpcRevertToSelfEx(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), SBind(), SendRequest(), server_thread(), setup_iocp_src(), SetUpListener(), SocketTest(), START_TEST(), svc_tli_create(), switch_proc(), tcp_socketpair(), tcp_socketpair_ovl(), test_BindToObject(), test_BindToStorage(), Test_CloseWhileSelectDuplicatedSocket(), Test_CloseWhileSelectSameSocket(), test_events(), test_ip_pktinfo(), test_Load(), Test_Overread(), test_set_getsockopt(), test_tcp(), test_udp(), TestBind(), and URLMoniker_IsEqual().
Definition at line 93 of file socklife.c.
Definition at line 143 of file socklife.c.
Referenced by __rpc_get_time_offset(), __rpc_nconf2fd(), __rpcbind_is_up(), AcceptProc(), AdapterDiscoveryThread(), adns__tcp_tryconnect(), Telnet::Connect(), create_netconn_socket(), CreateSocket(), FTP_Connect(), FTP_DoPassive(), FTP_InitListenSocket(), hookup(), init(), init_finish(), initconn(), InitConnection(), InternetCheckConnectionW(), InternetTransport_Connect(), local_rpcb(), main(), make_listening_socket(), netconn_create(), netfinger(), CServerSocket::Open(), open_http(), open_tcp_connect(), OpenControlConnection(), OpenDataConnection(), openlog(), processRequest(), rpc_broadcast_exp(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), rtime(), SendRequest(), server_thread(), CSocket::SetSocket(), setup_iocp_src(), SetUpListener(), SNewDatagramClient(), SNewDatagramServer(), SNewStreamClient(), SNewStreamServer(), SocketInit(), SocketTest(), START_TEST(), tcp_connect(), tcp_socketpair(), Test_CloseDuplicatedSocket(), Test_CloseWhileSelectDuplicatedSocket(), Test_CloseWhileSelectSameSocket(), test_communication(), test_events(), test_ip_pktinfo(), Test_Overread(), test_select(), test_send(), test_sendto(), test_set_getsockopt(), test_tcp(), test_udp(), TestBind(), and write_packet().
Definition at line 176 of file socklife.c.
Referenced by WsTpInitialize().
SOCKET WSPAPI WPUCreateSocketHandle | ( | IN DWORD | dwCatalogEntryId, |
IN DWORD_PTR | dwContext, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 188 of file socklife.c.
Referenced by WsTpInitialize().
SOCKET WSPAPI WPUModifyIFSHandle | ( | IN DWORD | dwCatalogEntryId, |
IN SOCKET | ProposedHandle, | ||
OUT LPINT | lpErrno | ||
) |
Definition at line 201 of file socklife.c.
Referenced by WsTcFindIfsProviderForSocket(), and WsTpInitialize().
Definition at line 289 of file socklife.c.
Referenced by WsTpInitialize().
SOCKET WSAAPI WSAAccept | ( | IN SOCKET | s, |
OUT LPSOCKADDR | addr, | ||
IN OUT LPINT | addrlen, | ||
IN LPCONDITIONPROC | lpfnCondition, | ||
IN DWORD_PTR | dwCallbackData | ||
) |
Definition at line 302 of file socklife.c.
Referenced by accept().
SOCKET WSAAPI WSAJoinLeaf | ( | IN SOCKET | s, |
IN CONST struct sockaddr * | name, | ||
IN INT | namelen, | ||
IN LPWSABUF | lpCallerData, | ||
OUT LPWSABUF | lpCalleeData, | ||
IN LPQOS | lpSQOS, | ||
IN LPQOS | lpGQOS, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 370 of file socklife.c.
SOCKET WSAAPI WSASocketA | ( | IN INT | af, |
IN INT | type, | ||
IN INT | protocol, | ||
IN LPWSAPROTOCOL_INFOA | lpProtocolInfo, | ||
IN GROUP | g, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 444 of file socklife.c.
Referenced by client_start(), NetBTAstatRemote(), NetBTCall(), NetBTInternalFindName(), run_open_osfhandle(), server_start(), START_TEST(), test_WithoutWSAStartup(), and test_WithWSAStartup().
SOCKET WSAAPI WSASocketW | ( | IN INT | af, |
IN INT | type, | ||
IN INT | protocol, | ||
IN LPWSAPROTOCOL_INFOW | lpProtocolInfo, | ||
IN GROUP | g, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 490 of file socklife.c.
Referenced by socket(), tcp_socketpair_ovl(), Test_CloseDuplicatedSocket(), Test_CloseWhileSelectDuplicatedSocket(), Test_Overread(), Test_WSARecv(), and WSASocketA().