Searched refs:tcpip_msg (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/api/ |
H A D | tcpip.c | 54 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name) 55 #define TCPIP_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct tcpip_msg, MEMP_TCPIP_MSG_API, name, ERR_M… 68 static void tcpip_thread_handle_msg(struct tcpip_msg *msg); 129 struct tcpip_msg *msg; in tcpip_thread() 156 tcpip_thread_handle_msg(struct tcpip_msg *msg) in tcpip_thread_handle_msg() 218 struct tcpip_msg *msg; in tcpip_thread_poll_one() 250 struct tcpip_msg *msg; in tcpip_inpkt() 254 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT); in tcpip_inpkt() 311 struct tcpip_msg *msg; in tcpip_callback() 315 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callback() [all …]
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | memp_std.h | 72 LWIP_MEMPOOL(TCPIP_MSG_API, MEMP_NUM_TCPIP_MSG_API, sizeof(struct tcpip_msg), "TCPIP_MSG_AP… 89 LWIP_MEMPOOL(TCPIP_MSG_INPKT,MEMP_NUM_TCPIP_MSG_INPKT, sizeof(struct tcpip_msg), "TCPIP_MSG_IN…
|
H A D | tcpip_priv.h | 129 struct tcpip_msg { struct
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 3751 dynamic one from memp to send tcpip_msg to tcpip_thread in a synchrone call. 3752 Free tcpip_msg from tcpip_apimsg is not done in tcpip_thread. This give a
|