INET Framework for OMNeT++/OMNEST
inet::tcp::tcpip_msg Struct Reference

#include <tcpip.h>

Public Attributes

enum tcpip_msg_type type
 
sys_sem_tsem
 
union {
   struct {
      struct pbuf *   p
 
      struct netif *   netif
 
   }   inp
 
   struct {
      void(*   f )(void *ctx)
 
      void *   ctx
 
   }   cb
 
   struct {
      u32_t   msecs
 
      sys_timeout_handler   h
 
      void *   arg
 
   }   tmo
 
msg
 

Member Data Documentation

◆ arg

void* inet::tcp::tcpip_msg::arg

◆ cb

struct { ... } inet::tcp::tcpip_msg::cb

◆ ctx

void* inet::tcp::tcpip_msg::ctx

◆ f

void(* inet::tcp::tcpip_msg::f) (void *ctx)

◆ h

sys_timeout_handler inet::tcp::tcpip_msg::h

◆ inp

struct { ... } inet::tcp::tcpip_msg::inp

◆ msecs

u32_t inet::tcp::tcpip_msg::msecs

◆ msg

union { ... } inet::tcp::tcpip_msg::msg

◆ netif

struct netif* inet::tcp::tcpip_msg::netif

◆ p

struct pbuf* inet::tcp::tcpip_msg::p

◆ sem

sys_sem_t* inet::tcp::tcpip_msg::sem

◆ tmo

struct { ... } inet::tcp::tcpip_msg::tmo

◆ type

enum tcpip_msg_type inet::tcp::tcpip_msg::type

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