Microchip® Advanced Software Framework

tcpip_msg Struct Reference

#include <tcpip.h>

Data Fields

union {
   struct {
      void *   ctx
 
      tcpip_callback_fn   function
 
   }   cb
 
   struct {
      struct netif *   netif
 
      struct pbuf *   p
 
   }   inp
 
msg
 
union {
   struct {
      void *   ctx
 
      tcpip_callback_fn   function
 
   }   cb
 
   struct {
      struct netif *   netif
 
      struct pbuf *   p
 
   }   inp
 
msg
 
sys_sem_tsem
 
enum tcpip_msg_type type
 

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

Referenced by tcpip_thread().

struct { ... } tcpip_msg::inp

Referenced by tcpip_input(), and tcpip_thread().

struct { ... } tcpip_msg::inp
union { ... } tcpip_msg::msg
union { ... } tcpip_msg::msg
struct netif* tcpip_msg::netif
struct pbuf* tcpip_msg::p

Referenced by tcpip_input().

sys_sem_t * tcpip_msg::sem