Symbol: ometric
usr.sbin/bgpctl/ometric.c
100
struct ometric *om;
usr.sbin/bgpctl/ometric.c
113
struct ometric *
usr.sbin/bgpctl/ometric.c
116
struct ometric *om;
usr.sbin/bgpctl/ometric.c
138
struct ometric *
usr.sbin/bgpctl/ometric.c
142
struct ometric *om;
usr.sbin/bgpctl/ometric.c
164
struct ometric *om;
usr.sbin/bgpctl/ometric.c
329
ometric_output_name(FILE *out, const struct ometric *om)
usr.sbin/bgpctl/ometric.c
353
struct ometric *om;
usr.sbin/bgpctl/ometric.c
387
ometric_set_int_value(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
405
ometric_set_int(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
417
ometric_set_float(struct ometric *om, double val, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
438
ometric_set_timespec(struct ometric *om, const struct timespec *ts,
usr.sbin/bgpctl/ometric.c
460
ometric_set_info(struct ometric *om, const char **keys, const char **values,
usr.sbin/bgpctl/ometric.c
479
ometric_set_state(struct ometric *om, const char *state, struct olabels *ol)
usr.sbin/bgpctl/ometric.c
506
ometric_set_int_with_labels(struct ometric *om, uint64_t val,
usr.sbin/bgpctl/ometric.c
517
ometric_set_float_with_labels(struct ometric *om, double val,
usr.sbin/bgpctl/ometric.c
528
ometric_set_timespec_with_labels(struct ometric *om, struct timespec *ts,
usr.sbin/bgpctl/ometric.c
63
STAILQ_ENTRY(ometric) entry;
usr.sbin/bgpctl/ometric.c
72
STAILQ_HEAD(, ometric) ometrics = STAILQ_HEAD_INITIALIZER(ometrics);
usr.sbin/bgpctl/ometric.h
29
struct ometric;
usr.sbin/bgpctl/ometric.h
32
struct ometric *ometric_new(enum ometric_type, const char *, const char *);
usr.sbin/bgpctl/ometric.h
33
struct ometric *ometric_new_state(const char * const *, size_t, const char *,
usr.sbin/bgpctl/ometric.h
42
void ometric_set_int(struct ometric *, uint64_t, struct olabels *);
usr.sbin/bgpctl/ometric.h
43
void ometric_set_float(struct ometric *, double, struct olabels *);
usr.sbin/bgpctl/ometric.h
44
void ometric_set_timespec(struct ometric *, const struct timespec *,
usr.sbin/bgpctl/ometric.h
46
void ometric_set_info(struct ometric *, const char **, const char **,
usr.sbin/bgpctl/ometric.h
48
void ometric_set_state(struct ometric *, const char *, struct olabels *);
usr.sbin/bgpctl/ometric.h
49
void ometric_set_int_with_labels(struct ometric *, uint64_t, const char **,
usr.sbin/bgpctl/ometric.h
51
void ometric_set_float_with_labels(struct ometric *, double, const char **,
usr.sbin/bgpctl/ometric.h
53
void ometric_set_timespec_with_labels(struct ometric *, struct timespec *,
usr.sbin/bgpctl/output_ometric.c
38
struct ometric *bgpd_info, *bgpd_scrape_time;
usr.sbin/bgpctl/output_ometric.c
39
struct ometric *peer_info, *peer_state, *peer_state_raw, *peer_last_change,
usr.sbin/bgpctl/output_ometric.c
41
struct ometric *peer_prefixes_transmit, *peer_prefixes_receive;
usr.sbin/bgpctl/output_ometric.c
42
struct ometric *peer_message_transmit, *peer_message_receive;
usr.sbin/bgpctl/output_ometric.c
43
struct ometric *peer_update_transmit, *peer_update_pending,
usr.sbin/bgpctl/output_ometric.c
45
struct ometric *peer_withdraw_transmit, *peer_withdraw_pending,
usr.sbin/bgpctl/output_ometric.c
47
struct ometric *peer_rr_req_transmit, *peer_rr_req_receive;
usr.sbin/bgpctl/output_ometric.c
48
struct ometric *peer_rr_borr_transmit, *peer_rr_borr_receive;
usr.sbin/bgpctl/output_ometric.c
49
struct ometric *peer_rr_eorr_transmit, *peer_rr_eorr_receive;
usr.sbin/bgpctl/output_ometric.c
50
struct ometric *peer_queue_count, *peer_queue_size;
usr.sbin/bgpctl/output_ometric.c
51
struct ometric *rde_mem_size, *rde_mem_count, *rde_mem_ref_count;
usr.sbin/bgpctl/output_ometric.c
52
struct ometric *rde_set_size, *rde_set_count, *rde_table_count;
usr.sbin/bgpctl/output_ometric.c
53
struct ometric *rde_queue_size, *rde_queue_count;
usr.sbin/bgpctl/output_ometric.c
54
struct ometric *rde_evloop_count, *rde_evloop_time;
usr.sbin/rpki-client/ometric.c
100
struct ometric *om;
usr.sbin/rpki-client/ometric.c
113
struct ometric *
usr.sbin/rpki-client/ometric.c
116
struct ometric *om;
usr.sbin/rpki-client/ometric.c
138
struct ometric *
usr.sbin/rpki-client/ometric.c
142
struct ometric *om;
usr.sbin/rpki-client/ometric.c
164
struct ometric *om;
usr.sbin/rpki-client/ometric.c
331
ometric_output_name(FILE *out, const struct ometric *om)
usr.sbin/rpki-client/ometric.c
355
struct ometric *om;
usr.sbin/rpki-client/ometric.c
389
ometric_set_int_value(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
407
ometric_set_int(struct ometric *om, uint64_t val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
419
ometric_set_float(struct ometric *om, double val, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
440
ometric_set_timespec(struct ometric *om, const struct timespec *ts,
usr.sbin/rpki-client/ometric.c
462
ometric_set_info(struct ometric *om, const char **keys, const char **values,
usr.sbin/rpki-client/ometric.c
481
ometric_set_state(struct ometric *om, const char *state, struct olabels *ol)
usr.sbin/rpki-client/ometric.c
508
ometric_set_int_with_labels(struct ometric *om, uint64_t val,
usr.sbin/rpki-client/ometric.c
519
ometric_set_timespec_with_labels(struct ometric *om, struct timespec *ts,
usr.sbin/rpki-client/ometric.c
63
STAILQ_ENTRY(ometric) entry;
usr.sbin/rpki-client/ometric.c
72
STAILQ_HEAD(, ometric) ometrics = STAILQ_HEAD_INITIALIZER(ometrics);
usr.sbin/rpki-client/ometric.h
29
struct ometric;
usr.sbin/rpki-client/ometric.h
32
struct ometric *ometric_new(enum ometric_type, const char *, const char *);
usr.sbin/rpki-client/ometric.h
33
struct ometric *ometric_new_state(const char * const *, size_t, const char *,
usr.sbin/rpki-client/ometric.h
42
void ometric_set_int(struct ometric *, uint64_t, struct olabels *);
usr.sbin/rpki-client/ometric.h
43
void ometric_set_float(struct ometric *, double, struct olabels *);
usr.sbin/rpki-client/ometric.h
44
void ometric_set_timespec(struct ometric *, const struct timespec *,
usr.sbin/rpki-client/ometric.h
46
void ometric_set_info(struct ometric *, const char **, const char **,
usr.sbin/rpki-client/ometric.h
48
void ometric_set_state(struct ometric *, const char *, struct olabels *);
usr.sbin/rpki-client/ometric.h
49
void ometric_set_int_with_labels(struct ometric *, uint64_t, const char **,
usr.sbin/rpki-client/ometric.h
51
void ometric_set_timespec_with_labels(struct ometric *, struct timespec *,
usr.sbin/rpki-client/output-ometric.c
29
static struct ometric *rpki_info, *rpki_completion_time, *rpki_duration;
usr.sbin/rpki-client/output-ometric.c
30
static struct ometric *rpki_repo, *rpki_obj, *rpki_ta_obj;
usr.sbin/rpki-client/output-ometric.c
31
static struct ometric *rpki_repo_obj, *rpki_repo_duration;
usr.sbin/rpki-client/output-ometric.c
32
static struct ometric *rpki_repo_state, *rpki_repo_proto;
usr.sbin/rpki-client/output-ometric.c
38
set_common_stats(const struct repotalstats *in, struct ometric *metric,