|
unbound
0.1
|
Pending TCP query to server. More...
#include <outside_network.h>
Data Fields | |
| struct pending_tcp * | next_free |
| next in list of free tcp comm points, or NULL. More... | |
| uint16_t | id |
| the ID for the query; checked in reply | |
| struct comm_point * | c |
| tcp comm point it was sent on (and reply must come back on). More... | |
| struct waiting_tcp * | query |
| the query being serviced, NULL if the pending_tcp is unused. More... | |
Pending TCP query to server.
| struct pending_tcp* pending_tcp::next_free |
next in list of free tcp comm points, or NULL.
Referenced by create_pending_tcp(), decommission_pending_tcp(), and outnet_tcptimer().
| struct comm_point* pending_tcp::c |
tcp comm point it was sent on (and reply must come back on).
Referenced by create_pending_tcp(), decommission_pending_tcp(), outnet_tcp_take_into_use(), outnet_tcptimer(), and outside_network_delete().
| struct waiting_tcp* pending_tcp::query |
the query being serviced, NULL if the pending_tcp is unused.
Referenced by decommission_pending_tcp(), outnet_tcp_cb(), outnet_tcptimer(), and outside_network_delete().
1.8.14