Home
last modified time | relevance | path

Searched refs:DUMP_CDS_EINVAL (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnscap/dnscap-2.0.1/src/
H A Ddump_cds.c162 return DUMP_CDS_EINVAL; in cds_set_cbor_size()
176 return DUMP_CDS_EINVAL; in cds_set_message_size()
190 return DUMP_CDS_EINVAL; in cds_set_max_rlabels()
201 return DUMP_CDS_EINVAL; in cds_set_min_rlabel_size()
226 return DUMP_CDS_EINVAL; in cds_set_rdata_index_min_size()
237 return DUMP_CDS_EINVAL; in cds_set_rdata_rindex_min_size()
248 return DUMP_CDS_EINVAL; in cds_set_rdata_rindex_size()
1345 return DUMP_CDS_EINVAL; in output_cds()
1348 return DUMP_CDS_EINVAL; in output_cds()
1880 return DUMP_CDS_EINVAL; in dump_cds()
H A Ddump_cds.h46 #define DUMP_CDS_EINVAL 1 macro