Lines Matching refs:ede
575 q->edns.ede = EDE_PROHIBITED; in answer_chaos()
594 q->edns.ede = EDE_PROHIBITED; in answer_chaos()
600 q->edns.ede = EDE_NOT_SUPPORTED; in answer_chaos()
608 q->edns.ede = EDE_NOT_SUPPORTED; in answer_chaos()
1184 ASSIGN_EDE_CODE_AND_STRING_LITERAL(q->edns.ede, in answer_authoritative()
1325 q->edns.ede = EDE_NOT_AUTHORITATIVE; in answer_lookup_zone()
1356 q->edns.ede = EDE_PROHIBITED; in answer_lookup_zone()
1398 q->edns.ede = EDE_PROHIBITED; in answer_lookup_zone()
1409 q->edns.ede = EDE_NOT_READY; in answer_lookup_zone()
1410 ASSIGN_EDE_CODE_AND_STRING_LITERAL(q->edns.ede, in answer_lookup_zone()
1454 q->edns.ede, EDE_NOT_READY, in answer_lookup_zone()
1469 ASSIGN_EDE_CODE_AND_STRING_LITERAL(q->edns.ede, in answer_lookup_zone()
1734 q->edns.ede = EDE_NOT_SUPPORTED; in query_process()
1775 if (q->edns.ede >= 0) in query_add_optional()
1802 if (q->edns.ede >= 0) { /* < 0 means no EDE */ in query_add_optional()
1810 buffer_write_u16(q->packet, q->edns.ede); in query_add_optional()