Home
last modified time | relevance | path

Searched refs:get_monotime (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/bgpctl/
Doutput_ometric.c196 ometric_set_int(peer_last_change, get_monotime(p->stats.last_updown), in ometric_neighbor_stats()
201 get_monotime(p->stats.last_read), ol); in ometric_neighbor_stats()
203 get_monotime(p->stats.last_write), ol); in ometric_neighbor_stats()
Dbgpctl.h45 time_t get_monotime(time_t);
Doutput_json.c143 json_do_int("last_read_sec", get_monotime(p->stats.last_read)); in json_neighbor_stats()
145 json_do_int("last_write_sec", get_monotime(p->stats.last_write)); in json_neighbor_stats()
335 json_do_int("last_updown_sec", get_monotime(p->stats.last_updown)); in json_neighbor()
945 json_do_int("last_change_sec", get_monotime(set->lastchange)); in json_rib_set()
Dbgpctl.c591 get_monotime(time_t t) in get_monotime() function
687 t = get_monotime(t); in fmt_monotime()