Searched refs:dt_pack (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.c | 68 dt_pack(const Dnstap__Dnstap *d, void **buf, size_t *sz) in dt_pack() function 471 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_client_query() 509 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_client_response() 563 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_outside_query() 625 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_outside_response()
|