Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

tcpip_msg Struct Reference

#include <tcpip.h>

Collaboration diagram for tcpip_msg:

[legend]

Data Fields

enum tcpip_msg_type type
sys_sem_tsem
union {
   api_msg *   apimsg
   struct {
      pbuf *   p
      netif *   netif
   }   inp
   struct {
      void(*   f )(void *ctx)
      void *   ctx
   }   cb
msg

Field Documentation

struct api_msg* tcpip_msg::apimsg
 

Definition at line 55 of file tcpip.h.

struct { ... } tcpip_msg::cb
 

void* tcpip_msg::ctx
 

Definition at line 62 of file tcpip.h.

void(* tcpip_msg::f)(void *ctx)
 

struct { ... } tcpip_msg::inp
 

union { ... } tcpip_msg::msg
 

struct netif* tcpip_msg::netif
 

Definition at line 58 of file tcpip.h.

struct pbuf* tcpip_msg::p
 

Definition at line 57 of file tcpip.h.

sys_sem_t* tcpip_msg::sem
 

Definition at line 53 of file tcpip.h.

enum tcpip_msg_type tcpip_msg::type
 

Definition at line 52 of file tcpip.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 14 12:59:17 2004 for RTL-lwIP-0.4 by doxygen 1.3.4