ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

rosip.h File Reference
#include "lwip/tcp.h"
#include "lwip/pbuf.h"
#include "lwip/ip_addr.h"
#include "tcpip.h"

Go to the source code of this file.

Data Structures

struct  PQUEUE_ENTRY
struct  lwip_callback_msg

Defines

#define LWIP_TAG   'PIwl'

Typedefs

typedef struct tcp_pcb * PTCP_PCB

Functions

NTSTATUS LibTCPGetDataFromConnectionQueue (PCONNECTION_ENDPOINT Connection, PUCHAR RecvBuffer, UINT RecvLen, UINT *Received)
void TCPConnectEventHandler (void *arg, const err_t err)
void TCPAcceptEventHandler (void *arg, PTCP_PCB newpcb)
void TCPSendEventHandler (void *arg, const u16_t space)
void TCPFinEventHandler (void *arg, const err_t err)
void TCPRecvEventHandler (void *arg)
PTCP_PCB LibTCPSocket (void *arg)
err_t LibTCPBind (PCONNECTION_ENDPOINT Connection, struct ip_addr *const ipaddr, const u16_t port)
PTCP_PCB LibTCPListen (PCONNECTION_ENDPOINT Connection, const u8_t backlog)
err_t LibTCPSend (PCONNECTION_ENDPOINT Connection, void *const dataptr, const u16_t len, const int safe)
err_t LibTCPConnect (PCONNECTION_ENDPOINT Connection, struct ip_addr *const ipaddr, const u16_t port)
err_t LibTCPShutdown (PCONNECTION_ENDPOINT Connection, const int shut_rx, const int shut_tx)
err_t LibTCPClose (PCONNECTION_ENDPOINT Connection, const int safe, const int callback)
err_t LibTCPGetPeerName (PTCP_PCB pcb, struct ip_addr *const ipaddr, u16_t *const port)
err_t LibTCPGetHostName (PTCP_PCB pcb, struct ip_addr *const ipaddr, u16_t *const port)
void LibTCPAccept (PTCP_PCB pcb, struct tcp_pcb *listen_pcb, void *arg)
void LibIPInsertPacket (void *ifarg, const void *const data, const u32_t size)
void LibIPInitialize (void)
void LibIPShutdown (void)

Generated on Sat May 26 2012 06:03:07 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.