#include <api_msg.h>
Collaboration diagram for api_msg_msg:
Data Fields | |
netconn * | conn |
enum netconn_type | conntype |
union { | |
pbuf * p | |
struct { | |
ip_addr * ipaddr | |
u16_t port | |
} bc | |
struct { | |
void * dataptr | |
u16_t len | |
unsigned char copy | |
} w | |
sys_mbox_t mbox | |
u16_t len | |
} | msg |
|
|
|
Definition at line 74 of file api_msg.h. Referenced by do_accept(), do_bind(), do_close(), do_connect(), do_delconn(), do_disconnect(), do_listen(), do_recv(), do_send(), and do_write(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by do_bind(), do_connect(), do_recv(), do_send(), and do_write(). |
|
|
|
|
|
|