Searched refs:tcpip_apimsg (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcpip.h42 void tcpip_apimsg(struct api_msg *apimsg);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcpip.h83 #define TCPIP_APIMSG_NOERR(m,f) do { (m)->function = f; tcpip_apimsg(m); } while(0)
84 #define TCPIP_APIMSG(m,f,e) do { (m)->function = f; (e) = tcpip_apimsg(m); } while(0)
101 err_t tcpip_apimsg(struct api_msg *apimsg);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c186 tcpip_apimsg(struct api_msg *apimsg) function
H A Dapi_msg.c803 tcpip_apimsg(msg);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c115 tcpip_apimsg(&msg);
209 err = tcpip_apimsg(&msg);
685 err = tcpip_apimsg(&msg);
H A Dtcpip.c326 tcpip_apimsg(struct api_msg *apimsg) function
349 * Much like tcpip_apimsg, but calls the lower part of a netifapi_*
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h284 #define tcpip_apimsg lwip_tcpip_apimsg macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h206 #define tcpip_apimsg lwip_tcpip_apimsg macro

Completed in 94 milliseconds