Searched refs:api_msg (Results 1 – 11 of 11) sorted by relevance
| /lib/lwip/lwip/src/api/ |
| A D | api_msg.c | 685 struct api_msg *msg = (struct api_msg *)m; 1119 struct api_msg *msg = (struct api_msg *)m; 1222 struct api_msg *msg = (struct api_msg *)m; 1263 struct api_msg *msg = (struct api_msg *)m; 1356 struct api_msg *msg = (struct api_msg *)m; 1431 struct api_msg *msg = (struct api_msg *)m; 1455 struct api_msg *msg = (struct api_msg *)m; 1538 struct api_msg *msg = (struct api_msg *)m; 1595 struct api_msg *msg = (struct api_msg *)m; 1620 struct api_msg *msg = (struct api_msg *)m; [all …]
|
| A D | tcpip.c | 162 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg() 458 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem() 459 TCPIP_MSG_VAR_REF(msg).msg.api_msg.msg = apimsg; in tcpip_send_msg_wait_sem()
|
| A D | api_lib.c | 79 #define API_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct api_msg, name) 80 #define API_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, ERR_M… 81 #define API_MSG_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, NULL) 118 netconn_apimsg(tcpip_callback_fn fn, struct api_msg *apimsg) in netconn_apimsg() 677 netconn_tcp_recvd_msg(struct netconn *conn, size_t len, struct api_msg *msg) in netconn_tcp_recvd_msg()
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 1293 * api_msg.h, api_lib.c, api_msg.c, netifapi.c: fixed bug #35931: Name space 2116 * api_lib.c, api_msg.c, sockets.c, api.h, api_msg.h: Fixed bug #22110 2195 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c): 2821 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: 2834 * rawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c, sockets.c, tcp.h, tcp.c, 2853 * tcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_lib.c, api_msg.c, 3157 * api_lib.c, api_msg.c, api.h, api_msg.h: Converted the length argument of 3378 * api_msg.c, contrib/apps/ping.c: Fix bug #22530 "api_msg.c's 3580 * api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in 3711 * api_lib.c, api_msg.c, raw.c, api.h, api_msg.h, raw.h: Included patch #5938: [all …]
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | api.h | 212 struct api_msg; 282 struct api_msg *current_msg;
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | memp_std.h | 74 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
|
| A D | tcpip_priv.h | 137 } api_msg; member
|
| A D | api_msg.h | 79 struct api_msg { struct
|
| /lib/lwip/ |
| A D | Makefile | 7 lwip/src/api/api_msg.o \
|
| /lib/lwip/lwip/src/ |
| A D | Filelists.mk | 76 $(LWIPDIR)/api/api_msg.c \
|
| A D | Filelists.cmake | 86 ${LWIP_DIR}/src/api/api_msg.c
|
Completed in 27 milliseconds