Searched refs:dns_api_msg (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dapi_msg.h129 struct dns_api_msg { struct
/barrelfish-master/include/lwip2/lwip/priv/
H A Dapi_msg.h159 struct dns_api_msg { struct
H A Dmemp_std.h72 LWIP_MEMPOOL(DNS_API_MSG, MEMP_NUM_DNS_API_MSG, sizeof(struct dns_api_msg), "DNS_API_MSG")
/barrelfish-master/lib/lwip/src/api/
H A Dapi_msg.c1270 struct dns_api_msg *msg = (struct dns_api_msg *) arg;
1291 * @param arg the dns_api_msg pointing to the query
1295 struct dns_api_msg *msg = (struct dns_api_msg *) arg;
H A Dapi_lib.c608 struct dns_api_msg msg;
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_lib.c926 API_VAR_DECLARE(struct dns_api_msg, msg);
941 API_VAR_ALLOC(struct dns_api_msg, MEMP_DNS_API_MSG, msg, ERR_MEM);
H A Dapi_msg.c1903 struct dns_api_msg *msg = (struct dns_api_msg*)arg;
1924 * @param arg the dns_api_msg pointing to the query
1929 struct dns_api_msg *msg = (struct dns_api_msg*)arg;

Completed in 46 milliseconds