#include <tcpip.h>
Collaboration diagram for tcpip_msg:
Data Fields | |
| enum tcpip_msg_type | type |
| sys_sem_t * | sem |
| union { | |
| api_msg * apimsg | |
| struct { | |
| pbuf * p | |
| netif * netif | |
| } inp | |
| struct { | |
| void(* f )(void *ctx) | |
| void * ctx | |
| } cb | |
| } | msg |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4