ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Classes | |
struct | _QUEUE_ENTRY |
struct | lwip_callback_msg |
Macros | |
#define | LWIP_TAG 'PIwl' |
#define | LWIP_MESSAGE_TAG 'sMwl' |
#define | LWIP_QUEUE_TAG 'uQwl' |
Typedefs | |
typedef struct tcp_pcb * | PTCP_PCB |
typedef struct _QUEUE_ENTRY | QUEUE_ENTRY |
typedef struct _QUEUE_ENTRY * | PQUEUE_ENTRY |
#define LWIP_MESSAGE_TAG 'sMwl' |
Definition at line 11 of file lwip_glue.h.
#define LWIP_QUEUE_TAG 'uQwl' |
Definition at line 12 of file lwip_glue.h.
#define LWIP_TAG 'PIwl' |
Definition at line 10 of file lwip_glue.h.
typedef struct _QUEUE_ENTRY * PQUEUE_ENTRY |
Definition at line 15 of file lwip_glue.h.
typedef struct _QUEUE_ENTRY QUEUE_ENTRY |
Definition at line 33 of file ip.c.
Referenced by TCPStartup().
Definition at line 10 of file ip.c.
Referenced by TCPReceive().
Definition at line 40 of file ip.c.
Referenced by TCPShutdown().
Definition at line 830 of file tcp.c.
Referenced by TCPAcceptEventHandler().
err_t LibTCPBind | ( | PCONNECTION_ENDPOINT | Connection, |
ip4_addr_t *const | ipaddr, | ||
const u16_t | port | ||
) |
Definition at line 415 of file tcp.c.
Referenced by TCPConnect(), and TCPListen().
Definition at line 798 of file tcp.c.
Referenced by TCPAcceptEventHandler(), and TCPClose().
err_t LibTCPConnect | ( | PCONNECTION_ENDPOINT | Connection, |
ip4_addr_t *const | ipaddr, | ||
const u16_t | port | ||
) |
NTSTATUS LibTCPGetDataFromConnectionQueue | ( | PCONNECTION_ENDPOINT | Connection, |
PUCHAR | RecvBuffer, | ||
UINT | RecvLen, | ||
UINT * | Received | ||
) |
Definition at line 100 of file tcp.c.
Referenced by TCPReceiveData(), and TCPRecvEventHandler().
Referenced by TCPCheckPeerForAccept().
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().
err_t LibTCPSend | ( | PCONNECTION_ENDPOINT | Connection, |
void *const | dataptr, | ||
const u16_t | len, | ||
ULONG * | sent, | ||
const int | safe | ||
) |
Definition at line 557 of file tcp.c.
Referenced by TCPSendData(), and TCPSendEventHandler().
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 336 of file tcp.c.
Referenced by TCPSocket().
Definition at line 231 of file event.c.
Referenced by InternalAcceptEventHandler().
Definition at line 420 of file event.c.
Referenced by InternalConnectEventHandler().
Definition at line 182 of file event.c.
Referenced by InternalErrorEventHandler(), InternalRecvEventHandler(), LibTCPCloseCallback(), and LibTCPShutdownCallback().
Definition at line 380 of file event.c.
Referenced by InternalErrorEventHandler(), and InternalRecvEventHandler().
Definition at line 294 of file event.c.
Referenced by InternalSendEventHandler().