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

lwip_callback_msg Struct Reference

#include <rosip.h>

Data Fields

KEVENT Event
union {
   struct {
      PVOID   Arg
   }   Socket
   struct {
      PCONNECTION_ENDPOINT   Connection
      struct ip_addr *   IpAddress
      u16_t   Port
   }   Bind
   struct {
      PCONNECTION_ENDPOINT   Connection
      u8_t   Backlog
   }   Listen
   struct {
      PCONNECTION_ENDPOINT   Connection
      void *   Data
      u16_t   DataLength
   }   Send
   struct {
      PCONNECTION_ENDPOINT   Connection
      struct ip_addr *   IpAddress
      u16_t   Port
   }   Connect
   struct {
      PCONNECTION_ENDPOINT   Connection
      int   shut_rx
      int   shut_tx
   }   Shutdown
   struct {
      PCONNECTION_ENDPOINT   Connection
      int   Callback
   }   Close
Input
union {
   struct {
      struct tcp_pcb *   NewPcb
   }   Socket
   struct {
      err_t   Error
   }   Bind
   struct {
      struct tcp_pcb *   NewPcb
   }   Listen
   struct {
      err_t   Error
   }   Send
   struct {
      err_t   Error
   }   Connect
   struct {
      err_t   Error
   }   Shutdown
   struct {
      err_t   Error
   }   Close
Output

Detailed Description

Definition at line 21 of file rosip.h.


The documentation for this struct was generated from the following file:
  • lib/drivers/lwip/src/include/rosip.h

Generated on Sat May 26 2012 06:29:16 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.