Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcpip.h69 #define TCPIP_APIMSG(m) tcpip_apimsg(m)
83 err_t tcpip_apimsg(struct api_msg *apimsg);
/external/syslinux/core/lwip/src/api/
Dapi_lib.c114 tcpip_apimsg(&msg); in netconn_delete()
204 err = tcpip_apimsg(&msg); in netconn_connect()
636 err = tcpip_apimsg(&msg); in netconn_close_shutdown()
Dtcpip.c301 tcpip_apimsg(struct api_msg *apimsg) in tcpip_apimsg() function
/external/syslinux/core/lwip/
DCHANGELOG2262 api_lib.c to tcpip.c's tcpip_apimsg(). Now, use a local variable and not a
2264 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
2293 tcpip_ethinput, tcpip_callback, tcpip_apimsg, to fix a init problem with
2301 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()