Home
last modified time | relevance | path

Searched refs:encode_answer (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/nsd/
H A Danswer.h33 void encode_answer(query_type *q, const answer_type *answer);
H A Danswer.c61 encode_answer(query_type *q, const answer_type *answer) in encode_answer() function
H A Dquery.c1532 encode_answer(q, &answer); in answer_query()