Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
Dapi_msg.c639 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 …]
Dtcpip.c167 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()
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()
/third_party/lwip/
DCHANGELOG600 * 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 …]
Dlwip.gni85 "$LWIPDIR/api/api_msg.c",
/third_party/lwip/src/include/lwip/
Dapi.h212 struct api_msg;
282 struct api_msg *current_msg;
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h74 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
Dtcpip_priv.h139 } api_msg; member
Dapi_msg.h79 struct api_msg { struct
/third_party/lwip/src/
DFilelists.mk77 $(LWIPDIR)/api/api_msg.c \
DFilelists.cmake83 ${LWIP_DIR}/src/api/api_msg.c