Symbol: monotime_t
usr.sbin/bgpctl/bgpctl.c
591
get_rel_monotime(monotime_t t)
usr.sbin/bgpctl/bgpctl.c
593
monotime_t now;
usr.sbin/bgpctl/bgpctl.c
688
fmt_monotime(monotime_t mt)
usr.sbin/bgpctl/bgpctl.h
45
time_t get_rel_monotime(monotime_t);
usr.sbin/bgpctl/bgpctl.h
47
const char *fmt_monotime(monotime_t);
usr.sbin/bgpd/bgpd.c
133
monotime_t timeout;
usr.sbin/bgpd/bgpd.h
1344
monotime_t lastchange;
usr.sbin/bgpd/bgpd.h
1573
monotime_t mrt_timeout(struct mrt_head *, monotime_t);
usr.sbin/bgpd/bgpd.h
293
monotime_t lastchange;
usr.sbin/bgpd/bgpd.h
914
monotime_t lastchange;
usr.sbin/bgpd/bgpd.h
953
monotime_t lastchange;
usr.sbin/bgpd/control.c
343
monotime_t d;
usr.sbin/bgpd/monotime.c
22
static inline monotime_t
usr.sbin/bgpd/monotime.c
25
monotime_t mt;
usr.sbin/bgpd/monotime.c
32
monotime_t
usr.sbin/bgpd/monotime.c
43
monotime_to_time(monotime_t mt)
usr.sbin/bgpd/monotime.c
49
monotime_t
usr.sbin/bgpd/monotime.h
31
monotime_t getmonotime(void);
usr.sbin/bgpd/monotime.h
32
time_t monotime_to_time(monotime_t);
usr.sbin/bgpd/monotime.h
33
monotime_t time_to_monotime(time_t);
usr.sbin/bgpd/monotime.h
35
static inline monotime_t
usr.sbin/bgpd/monotime.h
38
monotime_t mt = { 0 };
usr.sbin/bgpd/monotime.h
43
monotime_valid(monotime_t mt)
usr.sbin/bgpd/monotime.h
49
monotime_cmp(monotime_t a, monotime_t b)
usr.sbin/bgpd/monotime.h
58
static inline monotime_t
usr.sbin/bgpd/monotime.h
59
monotime_add(monotime_t add1, monotime_t add2)
usr.sbin/bgpd/monotime.h
61
monotime_t sum;
usr.sbin/bgpd/monotime.h
66
static inline monotime_t
usr.sbin/bgpd/monotime.h
67
monotime_sub(monotime_t minu, monotime_t subt)
usr.sbin/bgpd/monotime.h
69
monotime_t dif;
usr.sbin/bgpd/monotime.h
75
monotime_to_usec(monotime_t mt)
usr.sbin/bgpd/monotime.h
81
monotime_to_msec(monotime_t mt)
usr.sbin/bgpd/monotime.h
87
monotime_to_sec(monotime_t mt)
usr.sbin/bgpd/monotime.h
92
static inline monotime_t
usr.sbin/bgpd/monotime.h
95
monotime_t mt;
usr.sbin/bgpd/mrt.c
1161
monotime_t
usr.sbin/bgpd/mrt.c
1162
mrt_timeout(struct mrt_head *mrt, monotime_t timeout)
usr.sbin/bgpd/mrt.c
1165
monotime_t now, nextaction;
usr.sbin/bgpd/rde.c
166
monotime_t loop_start, io_end, peer_end, adjout_end,
usr.sbin/bgpd/rde.c
2925
monotime_t staletime;
usr.sbin/bgpd/rde.h
104
monotime_t staletime[AID_MAX];
usr.sbin/bgpd/rde.h
297
monotime_t lastchange;
usr.sbin/bgpd/rde.h
431
void peer_flush(struct rde_peer *, uint8_t, monotime_t);
usr.sbin/bgpd/rde_aspa.c
54
monotime_t lastchange;
usr.sbin/bgpd/rde_peer.c
380
monotime_t staletime;
usr.sbin/bgpd/rde_peer.c
390
monotime_t staletime = ((struct peer_flush *)arg)->staletime;
usr.sbin/bgpd/rde_peer.c
560
peer_flush(struct rde_peer *peer, uint8_t aid, monotime_t staletime)
usr.sbin/bgpd/rde_peer.c
587
monotime_t now;
usr.sbin/bgpd/rde_peer.c
710
monotime_t now;
usr.sbin/bgpd/rde_rib.c
458
monotime_t start;
usr.sbin/bgpd/rtr.c
188
monotime_t timeout;
usr.sbin/bgpd/rtr_proto.c
1313
monotime_t now;
usr.sbin/bgpd/rtr_proto.c
1365
rtr_poll_events(struct pollfd *pfds, size_t npfds, monotime_t *timeout)
usr.sbin/bgpd/rtr_proto.c
1371
monotime_t nextaction;
usr.sbin/bgpd/rtr_proto.c
1550
monotime_t d;
usr.sbin/bgpd/session.c
186
monotime_t now, timeout;
usr.sbin/bgpd/session.c
344
monotime_t nextaction;
usr.sbin/bgpd/session.c
86
monotime_t pauseaccept;
usr.sbin/bgpd/session.h
150
monotime_t last_updown;
usr.sbin/bgpd/session.h
151
monotime_t last_read;
usr.sbin/bgpd/session.h
152
monotime_t last_write;
usr.sbin/bgpd/session.h
196
monotime_t val;
usr.sbin/bgpd/session.h
239
extern monotime_t pauseaccept;
usr.sbin/bgpd/session.h
243
monotime_t val;
usr.sbin/bgpd/session.h
306
size_t rtr_poll_events(struct pollfd *, size_t, monotime_t *);
usr.sbin/bgpd/session.h
378
struct timer *timer_nextisdue(struct timer_head *, monotime_t);
usr.sbin/bgpd/session.h
379
monotime_t timer_nextduein(struct timer_head *);
usr.sbin/bgpd/session.h
380
int timer_running(struct timer_head *, enum Timer, monotime_t *);
usr.sbin/bgpd/timer.c
39
timer_nextisdue(struct timer_head *th, monotime_t now)
usr.sbin/bgpd/timer.c
50
monotime_t
usr.sbin/bgpd/timer.c
61
timer_running(struct timer_head *th, enum Timer timer, monotime_t *due)
usr.sbin/bgpd/timer.c
78
monotime_t ms;