Searched refs:apimsg (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcpip.h42 void tcpip_apimsg(struct api_msg *apimsg);
62 struct api_msg *apimsg; member in union:tcpip_msg::__anon14887
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c121 api_msg_input(msg->msg.apimsg);
186 tcpip_apimsg(struct api_msg *apimsg) argument
191 memp_free(MEMP_API_MSG, apimsg);
195 msg->msg.apimsg = apimsg;
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dtcpip.c95 msg->msg.apimsg->function(&(msg->msg.apimsg->msg));
322 * @param apimsg a struct containing the function to call and its parameters
326 tcpip_apimsg(struct api_msg *apimsg) argument
331 apimsg->msg.err = ERR_VAL;
336 msg.msg.apimsg = apimsg;
338 sys_arch_sem_wait(&apimsg->msg.conn->op_completed, 0);
339 return apimsg->msg.err;
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcpip.h101 err_t tcpip_apimsg(struct api_msg *apimsg);
157 struct api_msg *apimsg; member in union:tcpip_msg::__anon14920

Completed in 45 milliseconds