Searched refs:chaos_replyonestr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 927 chaos_replyonestr(sldns_buffer* pkt, const char* str, struct edns_data* edns, in chaos_replyonestr() function 1018 chaos_replyonestr(pkt, buf, edns, w, repinfo); in answer_chaos() 1021 chaos_replyonestr(pkt, "no hostname", edns, w, repinfo); in answer_chaos() 1024 else chaos_replyonestr(pkt, cfg->identity, edns, w, repinfo); in answer_chaos() 1035 chaos_replyonestr(pkt, PACKAGE_STRING, edns, w, repinfo); in answer_chaos() 1036 else chaos_replyonestr(pkt, cfg->version, edns, w, repinfo); in answer_chaos()
|