Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dlog_query.c202 *buffer++ = message_has_recursion_desired(mesg)?'+':'-'; in log_query_bind()
268 *buffer++ = message_has_recursion_desired(mesg)?'+':'-'; in log_query_yadifa()
/dports/dns/yadifa/yadifa-2.5.3-10333/test/protocol-test/
H A Dmain.c476 if(message_has_recursion_desired(mesg)) print("+RD"); in message_fingerprint()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dmessage.h602 static inline bool message_has_recursion_desired(const message_data *mesg) in message_has_recursion_desired() function