|
LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <tcpip.h>

Data Fields | |
| enum tcpip_msg_type | type |
| sys_sem_t * | sem |
| union { | |
| struct { | |
| struct pbuf * p | |
| struct netif * netif | |
| } inp | |
| struct { | |
| tcpip_callback_fn function | |
| void * ctx | |
| } cb | |
| } | msg |
| struct { ... } tcpip_msg::cb |
| tcpip_callback_fn tcpip_msg::function |
| struct { ... } tcpip_msg::inp |
| union { ... } tcpip_msg::msg |
| enum tcpip_msg_type tcpip_msg::type |