unbound
0.1
|
Callback to result routine. More...
#include <mesh.h>
Data Fields | |
struct mesh_cb * | next |
next in list | |
struct edns_data | edns |
edns data from query | |
uint16_t | qid |
id of query, in network byteorder. | |
uint16_t | qflags |
flags of query, for reply flags | |
ldns_buffer * | buf |
buffer for reply | |
mesh_cb_func_t | cb |
callback routine for results. | |
void * | cb_arg |
user arg for callback |
Callback to result routine.
uint16_t mesh_cb::qid |
id of query, in network byteorder.
Referenced by mesh_do_callback(), and mesh_state_add_cb().
mesh_cb_func_t mesh_cb::cb |
callback routine for results.
if rcode != 0 buf has message. called as cb(cb_arg, rcode, buf, sec_state);
Referenced by mesh_do_callback(), mesh_state_add_cb(), and mesh_state_cleanup().