#include <api_msg.h>
Definition at line 68 of file api_msg.h.
Data Fields | |
| netconn * | conn |
| enum netconn_type | conntype |
| union { | |
| struct { | |
| ip_addr * ipaddr | |
| uInt16 port | |
| } bc | |
| uInt16 len | |
| sys_mbox_t mbox | |
| pbuf * p | |
| struct { | |
| unsigned char copy | |
| void * dataptr | |
| uInt16 len | |
| } w | |
| } | msg |
| struct { ... } api_msg_msg::bc |
Referenced by do_bind(), do_connect(), netconn_bind(), and netconn_connect().
| struct netconn* api_msg_msg::conn |
Definition at line 69 of file api_msg.h.
Referenced by do_accept(), do_bind(), do_close(), do_connect(), do_delconn(), do_listen(), do_recv(), do_send(), do_write(), netconn_bind(), netconn_close(), netconn_connect(), netconn_delete(), netconn_listen(), netconn_recv(), netconn_send(), and netconn_write().
| unsigned char api_msg_msg::copy |
| void* api_msg_msg::dataptr |
| struct ip_addr* api_msg_msg::ipaddr |
| union { ... } api_msg_msg::msg |
| struct pbuf* api_msg_msg::p |
| struct { ... } api_msg_msg::w |
Referenced by do_write(), and netconn_write().
1.4.7