Searched refs:api_msg (Results 1 – 11 of 11) sorted by relevance
/third_party/lwip/src/api/ |
D | api_msg.c | 639 pcb_new(struct api_msg *msg, struct net_group *group) 641 pcb_new(struct api_msg *msg) 724 struct api_msg *msg = (struct api_msg *)m; 1164 struct api_msg *msg = (struct api_msg *)m; 1267 struct api_msg *msg = (struct api_msg *)m; 1309 struct api_msg *msg = (struct api_msg *)m; 1411 struct api_msg *msg = (struct api_msg *)m; 1486 struct api_msg *msg = (struct api_msg *)m; 1510 struct api_msg *msg = (struct api_msg *)m; 1593 struct api_msg *msg = (struct api_msg *)m; [all …]
|
D | tcpip.c | 167 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg() 526 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem() 527 TCPIP_MSG_VAR_REF(msg).msg.api_msg.msg = apimsg; in tcpip_send_msg_wait_sem()
|
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()
|
/third_party/lwip/ |
D | CHANGELOG | 600 * api_msg.c, opt.h: started to implement fullduplex sockets/netconns 796 * api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close) 799 * api_msg.c: don't fail closing a socket/netconn when failing to allocate the 884 * api.h, tcpip.h, api_lib.c, api_msg.c: fixed race conditions in assigning 939 * err.h, sockets.c, api_msg.c: fixed bug #38853 "connect() use a wrong errno": 944 * tcp_impl.h, tcp_out.c, tcp.c, api_msg.c: fixed bug #37614 "Errors from 975 * api_msg.c: fixed that SHUT_RD followed by SHUT_WR was different to SHUT_RDWR, 1010 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set 1023 * err.h/.c, sockets.c, api_msg.c: fixed bug #43110 call getpeername() before 1073 * api_msg.c, sockets.c: fixed bug #38404 getpeeraddr returns success on [all …]
|
D | lwip.gni | 85 "$LWIPDIR/api/api_msg.c",
|
/third_party/lwip/src/include/lwip/ |
D | api.h | 212 struct api_msg; 282 struct api_msg *current_msg;
|
/third_party/lwip/src/include/lwip/priv/ |
D | memp_std.h | 74 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
|
D | tcpip_priv.h | 139 } api_msg; member
|
D | api_msg.h | 79 struct api_msg { struct
|
/third_party/lwip/src/ |
D | Filelists.mk | 77 $(LWIPDIR)/api/api_msg.c \
|
D | Filelists.cmake | 83 ${LWIP_DIR}/src/api/api_msg.c
|