MeterLogger
Data Fields
tcpip_msg Struct Reference

#include <esp-open-lwip/include/lwip/tcpip.h>

Collaboration diagram for tcpip_msg:

Data Fields

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

Detailed Description

Definition at line 125 of file tcpip.h.

Field Documentation

◆ cb

struct { ... } tcpip_msg::cb

◆ ctx

void* tcpip_msg::ctx

Definition at line 141 of file tcpip.h.

Referenced by tcpip_callback_with_block().

◆ function

tcpip_callback_fn tcpip_msg::function

Definition at line 140 of file tcpip.h.

◆ inp

struct { ... } tcpip_msg::inp

Referenced by tcpip_input().

◆ msg

union { ... } tcpip_msg::msg

◆ netif

struct netif* tcpip_msg::netif

Definition at line 137 of file tcpip.h.

◆ p

struct pbuf* tcpip_msg::p

Definition at line 136 of file tcpip.h.

Referenced by tcpip_input().

◆ sem

sys_sem_t* tcpip_msg::sem

Definition at line 127 of file tcpip.h.

◆ type

enum tcpip_msg_type tcpip_msg::type

Definition at line 126 of file tcpip.h.

Referenced by tcpip_callback_with_block(), and tcpip_input().


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