ConOpSys V2970  P004.07
ANVILEX control operating system
Public Attributes | List of all members
tcpip_msg Struct Reference

#include <tcpip_priv.h>

Collaboration diagram for tcpip_msg:
Collaboration graph

Public Attributes

enum tcpip_msg_type type
 
union {
   struct {
      tcpip_callback_fn   function
 
      void *   msg
 
   }   api_msg
 
   struct {
      tcpip_api_call_fn   function
 
      struct tcpip_api_call_data *   arg
 
      sys_sem_t *   sem
 
   }   api_call
 
   struct {
      struct pbuf *   p
 
      struct netif *   netif
 
      netif_input_fn   input_fn
 
   }   inp
 
   struct {
      tcpip_callback_fn   function
 
      void *   ctx
 
   }   cb
 
msg
 

Member Data Documentation

◆ 

struct { ... } tcpip_msg::api_call

◆ 

struct { ... } tcpip_msg::api_msg

◆ arg

struct tcpip_api_call_data* tcpip_msg::arg

Referenced by tcpip_init(), and tcpip_thread().

◆ 

struct { ... } tcpip_msg::cb

◆ ctx

void* tcpip_msg::ctx

◆ function [1/2]

tcpip_callback_fn tcpip_msg::function

◆ function [2/2]

tcpip_api_call_fn tcpip_msg::function

◆ 

struct { ... } tcpip_msg::inp

Referenced by tcpip_inpkt(), and tcpip_input().

◆ input_fn

netif_input_fn tcpip_msg::input_fn

Referenced by tcpip_inpkt().

◆ msg [1/2]

void* tcpip_msg::msg

◆  [2/2]

union { ... } tcpip_msg::msg

◆ netif

struct netif* tcpip_msg::netif

◆ p

struct pbuf* tcpip_msg::p

Referenced by tcpip_inpkt(), and tcpip_input().

◆ sem

sys_sem_t* tcpip_msg::sem

Referenced by tcpip_send_msg_wait_sem().

◆ type

enum tcpip_msg_type tcpip_msg::type

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