ReactOS
0.4.15-dev-4871-g4471ee4
|
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 |
typedef struct _QUEUE_ENTRY * PQUEUE_ENTRY |
typedef struct _QUEUE_ENTRY QUEUE_ENTRY |
Definition at line 12 of file rosip.c.
Referenced by TCPReceive().
Definition at line 833 of file rostcp.c.
Referenced by TCPAcceptEventHandler().
err_t LibTCPBind | ( | PCONNECTION_ENDPOINT | Connection, |
struct ip_addr *const | ipaddr, | ||
const u16_t | port | ||
) |
Definition at line 418 of file rostcp.c.
Referenced by TCPConnect(), and TCPListen().
Definition at line 801 of file rostcp.c.
Referenced by TCPAcceptEventHandler(), and TCPClose().
err_t LibTCPConnect | ( | PCONNECTION_ENDPOINT | Connection, |
struct ip_addr *const | ipaddr, | ||
const u16_t | port | ||
) |
Definition at line 625 of file rostcp.c.
Referenced by TCPConnect().
Definition at line 378 of file rostcp.c.
NTSTATUS LibTCPGetDataFromConnectionQueue | ( | PCONNECTION_ENDPOINT | Connection, |
PUCHAR | RecvBuffer, | ||
UINT | RecvLen, | ||
UINT * | Received | ||
) |
Definition at line 103 of file rostcp.c.
Referenced by TCPReceiveData(), and TCPRecvEventHandler().
Definition at line 859 of file rostcp.c.
Referenced by TCPCheckPeerForAccept(), and TCPGetSockAddress().
Definition at line 882 of file rostcp.c.
Referenced by TCPGetSocketStatus().
PTCP_PCB LibTCPListen | ( | PCONNECTION_ENDPOINT | Connection, |
const u8_t | backlog | ||
) |
Definition at line 472 of file rostcp.c.
Referenced by TCPListen().
err_t LibTCPSend | ( | PCONNECTION_ENDPOINT | Connection, |
void *const | dataptr, | ||
const u16_t | len, | ||
u32_t * | sent, | ||
const int | safe | ||
) |
Definition at line 560 of file rostcp.c.
Referenced by TCPSendData(), and TCPSendEventHandler().
Definition at line 720 of file rostcp.c.
Referenced by DisconnectWorker(), and TCPDisconnect().
Definition at line 339 of file rostcp.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().