Searched refs:tcpip_apimsg (Results 1 – 6 of 6) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcpip.h | 69 #define TCPIP_APIMSG(m) tcpip_apimsg(m) 86 err_t tcpip_apimsg(struct api_msg *apimsg);
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | api_lib.c | 114 tcpip_apimsg(&msg); in netconn_delete() 204 err = tcpip_apimsg(&msg); in netconn_connect() 676 err = tcpip_apimsg(&msg); in netconn_close_shutdown()
|
H A D | tcpip.c | 306 tcpip_apimsg(struct api_msg *apimsg) in tcpip_apimsg() function
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | CHANGELOG | 2561 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()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | CHANGELOG | 3488 api_lib.c to tcpip.c's tcpip_apimsg(). Now, use a local variable and not a 3490 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a 3519 tcpip_ethinput, tcpip_callback, tcpip_apimsg, to fix a init problem with 3527 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 3705 api_lib.c to tcpip.c's tcpip_apimsg(). Now, use a local variable and not a 3707 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a 3736 tcpip_ethinput, tcpip_callback, tcpip_apimsg, to fix a init problem with 3744 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
|