RetroArch
|
#include <tcpip.h>
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 |
struct api_msg* net_msg::apimsg |
struct { ... } net_msg::cb |
void* net_msg::ctx |
struct { ... } net_msg::inp |
union { ... } net_msg::msg |
struct netif* net_msg::net |
struct pbuf* net_msg::p |
enum netmsq_type net_msg::type |