6#include <lwip/ip_addr.h>
10 #define LWIP_TAG 'PIwl'
11 #define LWIP_MESSAGE_TAG 'sMwl'
12 #define LWIP_QUEUE_TAG 'uQwl'
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
int const JOCTET * dataptr
void LibTCPGetSocketStatus(PTCP_PCB pcb, PULONG State)
void LibTCPSetNoDelay(PTCP_PCB pcb, BOOLEAN Set)
void LibIPInsertPacket(void *ifarg, const void *const data, const u32_t size)
void TCPRecvEventHandler(void *arg)
PTCP_PCB LibTCPListen(PCONNECTION_ENDPOINT Connection, const u8_t backlog)
void TCPConnectEventHandler(void *arg, const err_t err)
PTCP_PCB LibTCPSocket(void *arg)
void TCPSendEventHandler(void *arg, const u16_t space)
err_t LibTCPShutdown(PCONNECTION_ENDPOINT Connection, const int shut_rx, const int shut_tx)
void TCPFinEventHandler(void *arg, const err_t err)
void TCPAcceptEventHandler(void *arg, PTCP_PCB newpcb)
struct _QUEUE_ENTRY * PQUEUE_ENTRY
VOID LibTCPFreeSocket(PTCP_PCB pcb)
struct tcp_pcb * PTCP_PCB
err_t LibTCPConnect(PCONNECTION_ENDPOINT Connection, struct ip_addr *const ipaddr, const u16_t port)
NTSTATUS LibTCPGetDataFromConnectionQueue(PCONNECTION_ENDPOINT Connection, PUCHAR RecvBuffer, UINT RecvLen, UINT *Received)
err_t LibTCPGetPeerName(PTCP_PCB pcb, struct ip_addr *const ipaddr, u16_t *const port)
err_t LibTCPClose(PCONNECTION_ENDPOINT Connection, const int safe, const int callback)
void LibTCPAccept(PTCP_PCB pcb, struct tcp_pcb *listen_pcb, void *arg)
struct _QUEUE_ENTRY QUEUE_ENTRY
err_t LibTCPSend(PCONNECTION_ENDPOINT Connection, void *const dataptr, const u16_t len, u32_t *sent, const int safe)
err_t LibTCPGetHostName(PTCP_PCB pcb, struct ip_addr *const ipaddr, u16_t *const port)
void LibIPInitialize(void)
err_t LibTCPBind(PCONNECTION_ENDPOINT Connection, struct ip_addr *const ipaddr, const u16_t port)
static IPrintDialogCallback callback
struct lwip_callback_msg::@1033::@1037 Bind
union lwip_callback_msg::@1033 Input
struct lwip_callback_msg::@1033::@1035 Socket
struct lwip_callback_msg::@1033::@1041 Shutdown
struct lwip_callback_msg::@1033::@1039 Send
struct lwip_callback_msg::@1033::@1042 Close
struct lwip_callback_msg::@1033::@1038 Listen
struct lwip_callback_msg::@1033::@1036 FreeSocket
PCONNECTION_ENDPOINT Connection
union lwip_callback_msg::@1034 Output
struct lwip_callback_msg::@1033::@1040 Connect
struct ip_addr * IpAddress