The Pedigree Project
0.1
|
Public Attributes | |
enum tcpip_msg_type | type |
union { | |
struct { | |
tcpip_callback_fn function | |
void * msg | |
} api_msg | |
struct { | |
tcpip_api_call_fn function | |
struct tcpip_api_call_data * arg | |
sys_sem_t * sem | |
} api_call | |
struct { | |
struct pbuf * p | |
struct netif * netif | |
netif_input_fn input_fn | |
} inp | |
struct { | |
tcpip_callback_fn function | |
void * ctx | |
} cb | |
} | msg |
Definition at line 142 of file tcpip_priv.h.