The Pedigree Project  0.1
Public Attributes | List of all members
tcpip_msg Struct Reference
+ Collaboration diagram for tcpip_msg:

Public Attributes

enum tcpip_msg_type type
 
union {
   struct {
      tcpip_callback_fn   function
 
      void *   msg
 
   }   api_msg
 
   struct {
      tcpip_api_call_fn   function
 
      struct tcpip_api_call_data *   arg
 
      sys_sem_t *   sem
 
   }   api_call
 
   struct {
      struct pbuf *   p
 
      struct netif *   netif
 
      netif_input_fn   input_fn
 
   }   inp
 
   struct {
      tcpip_callback_fn   function
 
      void *   ctx
 
   }   cb
 
msg
 

Detailed Description

Definition at line 142 of file tcpip_priv.h.


The documentation for this struct was generated from the following file: