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 483 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_client_query() 521 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_client_response() 575 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_outside_query() 637 if (dt_pack(&dm.d, &dm.buf, &dm.len_buf)) in dt_msg_send_outside_response()
|