Public Attributes

tcpip_msg Struct Reference

#include <tcpip.h>

List of all members.

Public Attributes

enum tcpip_msg_type type
sys_sem_t * sem
union {
   struct api_msg *   apimsg
   struct {
      struct pbuf *   p
      struct netif *   netif
   }   inp
   struct {
      tcpip_callback_fn   function
      void *   ctx
   }   cb
   struct {
      u32_t   msecs
      sys_timeout_handler   h
      void *   arg
   }   tmo
msg

Member Data Documentation

struct api_msg* tcpip_msg::apimsg
struct { ... } tcpip_msg::cb
struct { ... } tcpip_msg::inp
union { ... } tcpip_msg::msg
struct pbuf* tcpip_msg::p
sys_sem_t* tcpip_msg::sem
struct { ... } tcpip_msg::tmo

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines