Microchip® Advanced Software Framework

tcpip_msg Struct Reference

#include <tcpip.h>

Data Fields

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

struct api_msg* tcpip_msg::apimsg

Referenced by tcpip_apimsg(), and tcpip_thread().

void* tcpip_msg::arg
struct { ... } tcpip_msg::cb
void* tcpip_msg::ctx
tcpip_callback_fn tcpip_msg::function

Referenced by tcpip_thread().

sys_timeout_handler tcpip_msg::h
struct { ... } tcpip_msg::inp

Referenced by tcpip_input(), and tcpip_thread().

u32_t tcpip_msg::msecs

Referenced by tcpip_timeout().

struct netif* tcpip_msg::netif
struct pbuf* tcpip_msg::p

Referenced by tcpip_input().

sys_sem_t* tcpip_msg::sem
struct { ... } tcpip_msg::tmo