ReactOS 0.4.15-dev-7998-gdb93cb1
tcpip_msg Struct Reference

#include <tcpip.h>

Collaboration diagram for tcpip_msg:

Public Attributes

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

Detailed Description

Definition at line 133 of file tcpip.h.

Member Data Documentation

◆ 

struct { ... } tcpip_msg::cb

◆ ctx

void* tcpip_msg::ctx

Definition at line 149 of file tcpip.h.

Referenced by tcpip_callback_with_block(), and tcpip_callbackmsg_new().

◆ function

tcpip_callback_fn tcpip_msg::function

Definition at line 148 of file tcpip.h.

Referenced by tcpip_callback_with_block(), and tcpip_callbackmsg_new().

◆ 

struct { ... } tcpip_msg::inp

Referenced by tcpip_input().

◆ 

union { ... } tcpip_msg::msg

◆ netif

struct netif* tcpip_msg::netif

Definition at line 145 of file tcpip.h.

◆ p

struct pbuf* tcpip_msg::p

Definition at line 144 of file tcpip.h.

◆ sem

sys_sem_t* tcpip_msg::sem

Definition at line 135 of file tcpip.h.

◆ type

enum tcpip_msg_type tcpip_msg::type

Definition at line 134 of file tcpip.h.


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