Searched refs:api_msg (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_msg.c | 611 struct api_msg *msg = (struct api_msg*)m; 1008 struct api_msg *msg = (struct api_msg*)m; 1110 struct api_msg *msg = (struct api_msg*)m; 1218 struct api_msg *msg = (struct api_msg*)m; 1289 struct api_msg *msg = (struct api_msg*)m; 1313 struct api_msg *msg = (struct api_msg*)m; 1394 struct api_msg *msg = (struct api_msg*)m; 1449 struct api_msg *msg = (struct api_msg*)m; 1474 struct api_msg *msg = (struct api_msg*)m; 1648 struct api_msg *msg = (struct api_msg*)m; [all …]
|
A D | tcpip.c | 115 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread() 396 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem() 397 TCPIP_MSG_VAR_REF(msg).msg.api_msg.msg = apimsg; in tcpip_send_msg_wait_sem()
|
A D | api_lib.c | 75 #define API_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct api_msg, name) 76 #define API_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, ERR_M… 77 #define API_MSG_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, NULL) 92 netconn_apimsg(tcpip_callback_fn fn, struct api_msg *apimsg) in netconn_apimsg()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | api.h | 199 struct api_msg; 269 struct api_msg *current_msg;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | api.h | 199 struct api_msg; 267 struct api_msg *current_msg;
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | api_msg.h | 80 struct api_msg { struct
|
A D | memp_std.h | 70 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
|
A D | tcpip_priv.h | 135 } api_msg; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | api_msg.h | 80 struct api_msg { struct
|
A D | memp_std.h | 70 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
|
A D | tcpip_priv.h | 129 } api_msg; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/ |
A D | Filelists.mk | 73 api/api_msg.c \
|
/AliOS-Things-master/components/lwip/ |
A D | README.md | 41 │ ├── api_msg.c # 消息机制
|
Completed in 16 milliseconds