Home
last modified time | relevance | path

Searched refs:tcpip_apimsg (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcpip.h69 #define TCPIP_APIMSG(m) tcpip_apimsg(m)
86 err_t tcpip_apimsg(struct api_msg *apimsg);
/lib/liblwip/src/api/
Dapi_lib.c114 tcpip_apimsg(&msg); in netconn_delete()
204 err = tcpip_apimsg(&msg); in netconn_connect()
676 err = tcpip_apimsg(&msg); in netconn_close_shutdown()
Dtcpip.c306 tcpip_apimsg(struct api_msg *apimsg) in tcpip_apimsg() function
/lib/liblwip/
DCHANGELOG2561 api_lib.c to tcpip.c's tcpip_apimsg(). Now, use a local variable and not a
2563 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
2592 tcpip_ethinput, tcpip_callback, tcpip_apimsg, to fix a init problem with
2600 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()