Searched refs:repo_tal_stats (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/rpki-client/ |
H A D | output-json.c | 47 json_do_int("roas", st->repo_tal_stats.roas); in outputheader_json() 51 json_do_int("spls", st->repo_tal_stats.spls); in outputheader_json() 55 json_do_int("aspas", st->repo_tal_stats.aspas); in outputheader_json() 59 json_do_int("certificates", st->repo_tal_stats.certs); in outputheader_json() 61 json_do_int("taks", st->repo_tal_stats.taks); in outputheader_json() 70 json_do_int("manifests", st->repo_tal_stats.mfts); in outputheader_json() 72 json_do_int("crls", st->repo_tal_stats.crls); in outputheader_json() 73 json_do_int("gbrs", st->repo_tal_stats.gbrs); in outputheader_json() 75 json_do_int("vrps", st->repo_tal_stats.vrps); in outputheader_json() 77 json_do_int("vsps", st->repo_tal_stats.vsps); in outputheader_json() [all …]
|
H A D | output.c | 264 st->repo_tal_stats.roas, st->repo_tal_stats.roas_fail, in outputheader() 265 st->repo_tal_stats.roas_invalid, st->repo_tal_stats.brks, in outputheader() 266 st->repo_tal_stats.certs, st->repo_tal_stats.certs_fail) < 0) in outputheader() 284 st->repo_tal_stats.mfts, st->repo_tal_stats.mfts_fail, in outputheader() 285 st->repo_tal_stats.crls, in outputheader() 286 st->repo_tal_stats.gbrs, in outputheader() 288 st->repo_tal_stats.vrps, st->repo_tal_stats.vrps_uniqs) < 0) in outputheader()
|
H A D | main.c | 1510 stats.repo_tal_stats.roas_fail, in main() 1511 stats.repo_tal_stats.roas_invalid); in main() 1514 stats.repo_tal_stats.aspas_fail, in main() 1515 stats.repo_tal_stats.aspas_invalid); in main() 1519 stats.repo_tal_stats.spls, stats.repo_tal_stats.spls_fail, in main() 1524 stats.repo_tal_stats.certs, stats.repo_tal_stats.certs_fail); in main() 1528 stats.repo_tal_stats.mfts, stats.repo_tal_stats.mfts_fail, in main() 1529 stats.repo_tal_stats.mfts_gap); in main() 1541 stats.repo_tal_stats.vrps_uniqs); in main() 1543 stats.repo_tal_stats.vaps, stats.repo_tal_stats.vaps_uniqs, in main() [all …]
|
H A D | output-ometric.c | 121 repo_tal_stats(const struct repo *rp, const struct repotalstats *in, void *arg) in repo_tal_stats() function 227 repo_tal_stats_collect(repo_tal_stats, i, &i); in output_ometric() 231 set_common_stats(&st->repo_tal_stats, rpki_obj, NULL); in output_ometric()
|
H A D | extern.h | 650 struct repotalstats repo_tal_stats; member
|