Home
last modified time | relevance | path

Searched refs:api_msg (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c611 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 Dtcpip.c115 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 Dapi_lib.c75 #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 Dapi.h199 struct api_msg;
269 struct api_msg *current_msg;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dapi.h199 struct api_msg;
267 struct api_msg *current_msg;
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dapi_msg.h80 struct api_msg { struct
A Dmemp_std.h70 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
A Dtcpip_priv.h135 } api_msg; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dapi_msg.h80 struct api_msg { struct
A Dmemp_std.h70 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
A Dtcpip_priv.h129 } api_msg; member
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFilelists.mk73 api/api_msg.c \
/AliOS-Things-master/components/lwip/
A DREADME.md41 │ ├── api_msg.c # 消息机制

Completed in 16 milliseconds