Lines Matching defs:entry
190 struct entry { struct
194 uint8_t match_opcode;
196 uint8_t match_qtype;
198 uint8_t match_qname;
200 uint8_t match_rcode;
202 uint8_t match_question;
204 uint8_t match_answer;
206 uint8_t match_subdomain;
208 uint8_t match_serial;
210 uint8_t match_ede;
212 uint8_t match_ede_any;
214 uint8_t match_all;
216 uint8_t match_all_noedns;
218 uint8_t match_ttl;
220 uint8_t match_do;
222 uint8_t match_noedns;
224 uint8_t match_ednsdata_raw;
226 uint8_t match_client_cookie;
228 uint8_t match_server_cookie;
252 /** some number that names this entry, line number in file or so */ argument
256 struct entry* next; argument