Home
last modified time | relevance | path

Searched refs:vaps (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Doutput-json.c77 json_do_int("vaps", st->repo_tal_stats.vaps); in outputheader_json()
109 output_aspa(struct vap_tree *vaps) in output_aspa() argument
114 RB_FOREACH(v, vap_tree, vaps) in output_aspa()
146 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_json() argument
182 output_aspa(vaps); in output_json()
H A Doutput-bird.c25 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird1v4() argument
54 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird1v6() argument
83 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bird2() argument
H A Doutput-bgpd.c24 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_bgpd() argument
60 RB_FOREACH(vap, vap_tree, vaps) { in output_bgpd()
H A Doutput-csv.c24 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_csv() argument
H A Dmain.c777 out->vaps += in->vaps; in sum_stats()
981 struct vap_tree vaps = RB_INITIALIZER(&vaps); in main() local
1377 entity_process(b, &stats, &vrps, &brks, &vaps, in main()
1471 if (outputfiles(&vrps, &brks, &vaps, &vsps, &stats)) in main()
1511 stats.repo_tal_stats.vaps, stats.repo_tal_stats.vaps_uniqs, in main()
H A Doutput-ometric.c79 ometric_set_int_with_labels(metric, in->vaps, in set_common_stats()
165 struct vap_tree *vaps, struct vsp_tree *vsps, struct stats *st) in output_ometric() argument
H A Dextern.h610 uint32_t vaps; /* total number of Validated ASPA Payloads */ member
H A Drepo.c1489 rp->stats[talid].vaps++; in repo_stat_inc()