Searched refs:get_monotime (Results 1 – 4 of 4) sorted by relevance
196 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()
45 time_t get_monotime(time_t);
143 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()
591 get_monotime(time_t t) in get_monotime() function687 t = get_monotime(t); in fmt_monotime()