Searched defs:api_msg_msg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi_msg.h66 struct api_msg_msg { struct
87 struct api_msg_msg msg;
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi_msg.h62 struct api_msg_msg { struct
121 a struct api_msg_msg that serves as an argument for this function.
125 void (* function)(struct api_msg_msg *msg);
127 struct api_msg_msg msg;
148 void lwip_netconn_do_newconn ( struct api_msg_msg *msg);
149 void lwip_netconn_do_delconn ( struct api_msg_msg *msg);
150 void lwip_netconn_do_bind ( struct api_msg_msg *msg);
151 void lwip_netconn_do_connect ( struct api_msg_msg *msg);
152 void lwip_netconn_do_disconnect ( struct api_msg_msg *msg);
153 void lwip_netconn_do_listen ( struct api_msg_msg *ms
[all...]

Completed in 140 milliseconds