#include "precomp.h"
#include "lwip/err.h"
#include "lwip/sys.h"
#include "lwip/pbuf.h"
#include "lwip/tcp.h"
#include "lwip/api.h"
#include "rosip.h"
Go to the source code of this file.
Functions |
| static VOID | BucketCompletionWorker (PVOID Context) |
| VOID | CompleteBucket (PCONNECTION_ENDPOINT Connection, PTDI_BUCKET Bucket, const BOOLEAN Synchronous) |
| VOID | FlushReceiveQueue (PCONNECTION_ENDPOINT Connection, const NTSTATUS Status, const BOOLEAN interlocked) |
| VOID | FlushSendQueue (PCONNECTION_ENDPOINT Connection, const NTSTATUS Status, const BOOLEAN interlocked) |
| VOID | FlushShutdownQueue (PCONNECTION_ENDPOINT Connection, const NTSTATUS Status, const BOOLEAN interlocked) |
| VOID | FlushConnectQueue (PCONNECTION_ENDPOINT Connection, const NTSTATUS Status) |
| VOID | FlushListenQueue (PCONNECTION_ENDPOINT Connection, const NTSTATUS Status) |
| VOID | FlushAllQueues (PCONNECTION_ENDPOINT Connection, NTSTATUS Status) |
| VOID | TCPFinEventHandler (void *arg, const err_t err) |
| VOID | TCPAcceptEventHandler (void *arg, PTCP_PCB newpcb) |
| VOID | TCPSendEventHandler (void *arg, u16_t space) |
| VOID | TCPRecvEventHandler (void *arg) |
| VOID | TCPConnectEventHandler (void *arg, err_t err) |
Variables |
| static const char *const | tcp_state_str [] |
| NPAGED_LOOKASIDE_LIST | TdiBucketLookasideList |