ReactOS 0.4.16-dev-736-g28b802b
tcpip_msg Struct Reference

#include <tcpip_priv.h>

Collaboration diagram for tcpip_msg:

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 {
      tcpip_callback_fn   function
 
      void *   ctx
 
      sys_sem_t *   sem
 
   }   cb_wait
 
   struct {
      struct pbuf *   p
 
      struct netif *   netif
 
      netif_input_fn   input_fn
 
   }   inp
 
   struct {
      tcpip_callback_fn   function
 
      void *   ctx
 
   }   cb
 
msg
 

Detailed Description

Definition at line 130 of file tcpip_priv.h.

Member Data Documentation

◆ 

struct { ... } tcpip_msg::api_call

◆ 

struct { ... } tcpip_msg::api_msg

◆ arg

struct tcpip_api_call_data* tcpip_msg::arg

Definition at line 140 of file tcpip_priv.h.

◆ 

struct { ... } tcpip_msg::cb

◆ 

struct { ... } tcpip_msg::cb_wait

◆ ctx

void* tcpip_msg::ctx

◆ function [1/2]

tcpip_callback_fn tcpip_msg::function

◆ function [2/2]

tcpip_api_call_fn tcpip_msg::function

Definition at line 139 of file tcpip_priv.h.

◆ 

struct { ... } tcpip_msg::inp

Referenced by tcpip_inpkt(), and tcpip_input().

◆ input_fn

netif_input_fn tcpip_msg::input_fn

Definition at line 153 of file tcpip_priv.h.

Referenced by tcpip_inpkt().

◆ msg [1/2]

void* tcpip_msg::msg

Definition at line 136 of file tcpip_priv.h.

◆  [2/2]

union { ... } tcpip_msg::msg

◆ netif

struct netif* tcpip_msg::netif

Definition at line 152 of file tcpip_priv.h.

◆ p

struct pbuf* tcpip_msg::p

Definition at line 151 of file tcpip_priv.h.

◆ sem

sys_sem_t* tcpip_msg::sem

Definition at line 141 of file tcpip_priv.h.

◆ type

enum tcpip_msg_type tcpip_msg::type

Definition at line 131 of file tcpip_priv.h.


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