#include "ntdef.h"
#include "precomp.h"
Go to the source code of this file.
◆ TCP_KEEPALIVE
◆ SetConnectionInfo()
Definition at line 18 of file cinfo.c.
22{
26 {
28 {
34 }
36 {
42 }
44 {
52
54 }
55 default:
56 DbgPrint(
"TCPIP: Unknown connection info ID: %u.\n",
ID->toi_id);
57 }
58
60}
#define NT_SUCCESS(StatCode)
NTSTATUS TCPSetKeepAliveValues(PCONNECTION_ENDPOINT Connection, DWORD KeepAliveTime, DWORD KeepAliveInterval)
NTSTATUS TCPSetKeepAlive(PCONNECTION_ENDPOINT Connection, BOOLEAN Set)
NTSTATUS TCPSetNoDelay(PCONNECTION_ENDPOINT Connection, BOOLEAN Set)
#define TCP_SOCKET_KEEPALIVEVALS
#define TCP_SOCKET_NODELAY
#define TCP_SOCKET_KEEPALIVE
#define INFO_TYPE_CONNECTION
#define TDI_INVALID_PARAMETER
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
Referenced by InfoTdiSetInformationEx().