Searched defs:msg_reply (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxdns.c165 struct tcpip_msg msg_reply; member in struct:request
656 req->msg_reply.type = TCPIP_MSG_CALLBACK_STATIC;
657 req->msg_reply.sem = NULL;
658 req->msg_reply.msg.cb.function = pxdns_pcb_reply;
659 req->msg_reply.msg.cb.ctx = (void *)req;
842 proxy_lwip_post(&req->msg_reply);
848 * Called on lwIP thread via request::msg_reply callback.

Completed in 53 milliseconds