Searched refs:api_msg (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dtcpip.h39 #include "lwip/api_msg.h"
72 err_t tcpip_apimsg(struct api_msg *apimsg);
74 err_t tcpip_apimsg_lock(struct api_msg *apimsg);
116 struct api_msg *apimsg;
H A Dapi_msg.h117 struct api_msg { struct
126 it has its own struct (to avoid struct api_msg getting bigger than necessary).
/barrelfish-master/lib/lwip/src/api/
H A Dapi_lib.c72 struct api_msg msg;
109 struct api_msg msg;
141 struct api_msg msg;
172 struct api_msg msg;
192 struct api_msg msg;
211 struct api_msg msg;
237 struct api_msg msg;
259 struct api_msg msg;
281 struct api_msg msg;
332 struct api_msg ms
[all...]
H A Dtcpip.c444 err_t tcpip_apimsg(struct api_msg * apimsg)
467 err_t tcpip_apimsg_lock(struct api_msg * apimsg)
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_msg.c43 #include "lwip/priv/api_msg.h"
546 pcb_new(struct api_msg *msg)
619 struct api_msg *msg = (struct api_msg*)m;
1015 struct api_msg *msg = (struct api_msg*)m;
1117 struct api_msg *msg = (struct api_msg*)m;
1208 struct api_msg *msg = (struct api_msg*)
[all...]
H A Dtcpip.c112 msg->msg.api_msg.function(msg->msg.api_msg.msg);
345 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn;
346 TCPIP_MSG_VAR_REF(msg).msg.api_msg.msg = apimsg;
H A Dapi_lib.c68 #include "lwip/priv/api_msg.h"
75 #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_MEM)
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)
776 but if it is, this is done inside api_msg.c:do_write(), so we can use the
/barrelfish-master/include/lwip2/lwip/priv/
H A Dapi_msg.h79 struct api_msg { struct
156 it has its own struct (to avoid struct api_msg getting bigger than necessary).
H A Dmemp_std.h70 LWIP_MEMPOOL(API_MSG, MEMP_NUM_API_MSG, sizeof(struct api_msg), "API_MSG")
H A Dtcpip_priv.h129 } api_msg; member in union:tcpip_msg::__anon140
/barrelfish-master/include/lwip2/lwip/
H A Dapi.h199 struct api_msg;
267 struct api_msg *current_msg;
/barrelfish-master/lib/lwip2/src/
H A DFilelists.mk72 $(LWIPDIR)/api/api_msg.c \

Completed in 52 milliseconds