Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c609 pcb_new(struct api_msg *msg)
682 struct api_msg *msg = (struct api_msg *)m;
1118 struct api_msg *msg = (struct api_msg *)m;
1221 struct api_msg *msg = (struct api_msg *)m;
1262 struct api_msg *msg = (struct api_msg *)m;
1355 struct api_msg *msg = (struct api_msg *)m;
1430 struct api_msg *msg = (struct api_msg *)m;
1454 struct api_msg *msg = (struct api_msg *)m;
1537 struct api_msg *msg = (struct api_msg *)m;
1594 struct api_msg *msg = (struct api_msg *)m;
[all …]
H A Dtcpip.c162 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg()
453 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem()
454 TCPIP_MSG_VAR_REF(msg).msg.api_msg.msg = apimsg; in tcpip_send_msg_wait_sem()
H A Dapi_lib.c79 #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()
/btstack/3rd-party/lwip/core/
H A DCHANGELOG590 * api_msg.c, opt.h: started to implement fullduplex sockets/netconns
786 * api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close)
789 * api_msg.c: don't fail closing a socket/netconn when failing to allocate the
874 * api.h, tcpip.h, api_lib.c, api_msg.c: fixed race conditions in assigning
929 * err.h, sockets.c, api_msg.c: fixed bug #38853 "connect() use a wrong errno":
934 * tcp_impl.h, tcp_out.c, tcp.c, api_msg.c: fixed bug #37614 "Errors from
965 * api_msg.c: fixed that SHUT_RD followed by SHUT_WR was different to SHUT_RDWR,
1000 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set
1013 * err.h/.c, sockets.c, api_msg.c: fixed bug #43110 call getpeername() before
1063 * api_msg.c, sockets.c: fixed bug #38404 getpeeraddr returns success on
[all …]
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dapi.h212 struct api_msg;
282 struct api_msg *current_msg;
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dmemp_std.h74 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
H A Dtcpip_priv.h136 } api_msg; member
H A Dapi_msg.h79 struct api_msg { struct
/btstack/3rd-party/lwip/core/src/
H A DFilelists.mk76 $(LWIPDIR)/api/api_msg.c \
H A DFilelists.cmake86 ${LWIP_DIR}/src/api/api_msg.c