RetroArch
Public Attributes | List of all members
net_msg Struct Reference

#include <tcpip.h>

Collaboration diagram for net_msg:
[legend]

Public Attributes

enum netmsq_type type
 
union {
   struct api_msg *   apimsg
 
   struct {
      struct pbuf *   p
 
      struct netif *   net
 
   }   inp
 
   struct {
      void(*   f )(void *)
 
      void *   ctx
 
   }   cb
 
msg
 

Member Data Documentation

◆ apimsg

struct api_msg* net_msg::apimsg

◆ cb

struct { ... } net_msg::cb

◆ ctx

void* net_msg::ctx

◆ f

void(* net_msg::f) (void *)

◆ inp

struct { ... } net_msg::inp

◆ msg

union { ... } net_msg::msg

◆ net

struct netif* net_msg::net

◆ p

struct pbuf* net_msg::p

◆ type

enum netmsq_type net_msg::type

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