ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Variables | |
static const char *const | tcp_state_str [] |
KEVENT | TerminationEvent |
NPAGED_LOOKASIDE_LIST | MessageLookasideList |
NPAGED_LOOKASIDE_LIST | QueueEntryLookasideList |
Definition at line 267 of file tcp.c.
Referenced by LibTCPListenCallback().
Definition at line 284 of file tcp.c.
Referenced by LibTCPConnectCallback().
Definition at line 297 of file tcp.c.
Referenced by LibTCPAccept(), and LibTCPSocketCallback().
|
static |
Definition at line 213 of file tcp.c.
Referenced by LibTCPAccept(), and LibTCPConnectCallback().
Definition at line 201 of file tcp.c.
Referenced by LibTCPAccept(), and LibTCPConnectCallback().
Definition at line 830 of file tcp.c.
Referenced by TCPAcceptEventHandler().
err_t LibTCPBind | ( | PCONNECTION_ENDPOINT | Connection, |
struct ip_addr *const | ipaddr, | ||
const u16_t | port | ||
) |
Definition at line 415 of file tcp.c.
Referenced by TCPConnect(), and TCPListen().
Definition at line 390 of file tcp.c.
Referenced by LibTCPBind().
Definition at line 798 of file tcp.c.
Referenced by TCPAcceptEventHandler(), and TCPClose().
Definition at line 748 of file tcp.c.
Referenced by LibTCPClose().
err_t LibTCPConnect | ( | PCONNECTION_ENDPOINT | Connection, |
struct ip_addr *const | ipaddr, | ||
const u16_t | port | ||
) |
Definition at line 622 of file tcp.c.
Referenced by TCPConnect().
Definition at line 595 of file tcp.c.
Referenced by LibTCPConnect().
PQUEUE_ENTRY LibTCPDequeuePacket | ( | PCONNECTION_ENDPOINT | Connection | ) |
Definition at line 86 of file tcp.c.
Referenced by LibTCPGetDataFromConnectionQueue().
Definition at line 36 of file tcp.c.
Referenced by LogActiveObjects().
|
static |
Definition at line 52 of file tcp.c.
Referenced by LibTCPCloseCallback().
void LibTCPEnqueuePacket | ( | PCONNECTION_ENDPOINT | Connection, |
struct pbuf * | p | ||
) |
Definition at line 73 of file tcp.c.
Referenced by InternalRecvEventHandler().
Definition at line 363 of file tcp.c.
Referenced by LibTCPFreeSocket().
NTSTATUS LibTCPGetDataFromConnectionQueue | ( | PCONNECTION_ENDPOINT | Connection, |
PUCHAR | RecvBuffer, | ||
UINT | RecvLen, | ||
UINT * | Received | ||
) |
Definition at line 100 of file tcp.c.
Referenced by TCPReceiveData(), and TCPRecvEventHandler().
Definition at line 856 of file tcp.c.
Referenced by TCPCheckPeerForAccept(), and TCPGetSockAddress().
Definition at line 879 of file tcp.c.
Referenced by TCPGetSocketStatus().
PTCP_PCB LibTCPListen | ( | PCONNECTION_ENDPOINT | Connection, |
const u8_t | backlog | ||
) |
Definition at line 469 of file tcp.c.
Referenced by TCPListen().
Definition at line 445 of file tcp.c.
Referenced by LibTCPListen().
err_t LibTCPSend | ( | PCONNECTION_ENDPOINT | Connection, |
void *const | dataptr, | ||
const u16_t | len, | ||
u32_t * | sent, | ||
const int | safe | ||
) |
Definition at line 557 of file tcp.c.
Referenced by TCPSendData(), and TCPSendEventHandler().
Definition at line 498 of file tcp.c.
Referenced by LibTCPSend().
Definition at line 868 of file tcp.c.
Referenced by TCPSetNoDelay().
Definition at line 717 of file tcp.c.
Referenced by DisconnectWorker(), and TCPDisconnect().
Definition at line 654 of file tcp.c.
Referenced by LibTCPShutdown().
Definition at line 336 of file tcp.c.
Referenced by TCPSocket().
Definition at line 318 of file tcp.c.
Referenced by LibTCPSocket().
Definition at line 267 of file tcp.c.
Referenced by DisconnectWorker(), InternalErrorEventHandler(), TCPConnect(), TCPDisconnect(), TCPGetSockAddress(), and TCPSendData().
Definition at line 176 of file tcp.c.
Referenced by LibTCPBind(), LibTCPClose(), LibTCPConnect(), LibTCPFreeSocket(), LibTCPListen(), LibTCPSend(), LibTCPShutdown(), and LibTCPSocket().
|
extern |
Definition at line 10 of file sys_arch.c.
Referenced by LibTCPBind(), LibTCPClose(), LibTCPConnect(), LibTCPListen(), LibTCPSend(), LibTCPShutdown(), LibTCPSocket(), sys_init(), and sys_shutdown().
|
extern |
Definition at line 11 of file sys_arch.c.
Referenced by LibTCPEmptyQueue(), LibTCPEnqueuePacket(), LibTCPGetDataFromConnectionQueue(), sys_init(), and sys_shutdown().
Definition at line 6 of file tcp.c.
Referenced by LibTCPDumpPcb().
|
extern |
Definition at line 9 of file sys_arch.c.
Referenced by sys_arch_mbox_fetch(), sys_arch_sem_wait(), sys_init(), sys_shutdown(), and WaitForEventSafely().