#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 |
uint16_t mesh_cb::qid |
callback routine for results.
if rcode != 0 buf has message. called as cb(cb_arg, rcode, buf);
Referenced by mesh_do_callback(), and mesh_state_add_cb().