Symbol: getmonotime
usr.sbin/bgpctl/bgpctl.c
597
now = getmonotime();
usr.sbin/bgpd/bgpd.c
339
timeout = monotime_add(getmonotime(),
usr.sbin/bgpd/bgpd.c
362
timeout = monotime_sub(timeout, getmonotime());
usr.sbin/bgpd/control.c
170
pauseaccept = getmonotime();
usr.sbin/bgpd/monotime.c
45
mt = monotime_sub(getmonotime(), mt);
usr.sbin/bgpd/monotime.c
57
return monotime_sub(getmonotime(), monotime_from_sec(t));
usr.sbin/bgpd/monotime.h
31
monotime_t getmonotime(void);
usr.sbin/bgpd/mrt.c
1167
now = getmonotime();
usr.sbin/bgpd/rde.c
228
loop_start = getmonotime();
usr.sbin/bgpd/rde.c
273
monotime_to_usec(monotime_sub(getmonotime(), loop_start));
usr.sbin/bgpd/rde.c
282
loop_start = getmonotime();
usr.sbin/bgpd/rde.c
324
io_end = getmonotime();
usr.sbin/bgpd/rde.c
330
peer_end = getmonotime();
usr.sbin/bgpd/rde.c
336
adjout_end = getmonotime();
usr.sbin/bgpd/rde.c
342
dump_end = getmonotime();
usr.sbin/bgpd/rde.c
348
nh_end = getmonotime();
usr.sbin/bgpd/rde.c
358
monotime_to_usec(monotime_sub(getmonotime(), nh_end));
usr.sbin/bgpd/rde.c
4489
rde_roa.lastchange = getmonotime();
usr.sbin/bgpd/rde.c
4999
new->lastchange = getmonotime();
usr.sbin/bgpd/rde.c
5003
new->lastchange = getmonotime();
usr.sbin/bgpd/rde_aspa.c
364
ra->lastchange = getmonotime();
usr.sbin/bgpd/rde_peer.c
593
peer->staletime[aid] = now = getmonotime();
usr.sbin/bgpd/rde_peer.c
608
while (monotime_cmp(now, getmonotime()) >= 0) {
usr.sbin/bgpd/rde_peer.c
716
peer->staletime[aid] = now = getmonotime();
usr.sbin/bgpd/rde_peer.c
719
while (monotime_cmp(now, getmonotime()) >= 0) {
usr.sbin/bgpd/rde_rib.c
1145
p->lastchange = getmonotime();
usr.sbin/bgpd/rde_rib.c
460
start = getmonotime();
usr.sbin/bgpd/rde_rib.c
469
if (monotime_to_msec(monotime_sub(getmonotime(), start)) > 10)
usr.sbin/bgpd/rde_rib.c
876
p->lastchange = getmonotime();
usr.sbin/bgpd/rde_sets.c
98
n->lastchange = getmonotime();
usr.sbin/bgpd/rtr.c
257
timeout = monotime_sub(timeout, getmonotime());
usr.sbin/bgpd/rtr.c
285
if (timer_nextisdue(&expire_timer, getmonotime()) != NULL) {
usr.sbin/bgpd/rtr_proto.c
1329
now = getmonotime();
usr.sbin/bgpd/session.c
1729
peer->stats.last_updown = getmonotime();
usr.sbin/bgpd/session.c
1777
p->stats.last_updown = getmonotime();
usr.sbin/bgpd/session.c
340
now = getmonotime();
usr.sbin/bgpd/session.c
458
timeout = monotime_sub(timeout, getmonotime());
usr.sbin/bgpd/session.c
473
monotime_cmp(getmonotime(), pauseaccept) > 0)
usr.sbin/bgpd/session.c
604
p->stats.last_updown = getmonotime();
usr.sbin/bgpd/session.c
671
p->stats.last_write = getmonotime();
usr.sbin/bgpd/session.c
690
p->stats.last_read = getmonotime();
usr.sbin/bgpd/session.c
709
pauseaccept = monotime_add(getmonotime(),
usr.sbin/bgpd/timer.c
81
ms = monotime_add(ms, getmonotime());
usr.sbin/httpd/httpd.c
510
getmonotime(&tv_now);
usr.sbin/httpd/httpd.h
759
void getmonotime(struct timeval *);
usr.sbin/httpd/server.c
1122
getmonotime(&clt->clt_tv_start);
usr.sbin/httpd/server.c
944
getmonotime(&clt->clt_tv_last);
usr.sbin/httpd/server.c
984
getmonotime(&clt->clt_tv_last);
usr.sbin/httpd/server_http.c
231
getmonotime(&clt->clt_tv_last);
usr.sbin/httpd/server_http.c
517
getmonotime(&clt->clt_tv_last);
usr.sbin/httpd/server_http.c
568
getmonotime(&clt->clt_tv_last);
usr.sbin/httpd/server_http.c
683
getmonotime(&clt->clt_tv_last);
usr.sbin/ntpd/client.c
39
p->next = getmonotime() + t;
usr.sbin/ntpd/client.c
399
p->reply[p->shift].rcvd = getmonotime();
usr.sbin/ntpd/client.c
47
p->deadline = getmonotime() + t;
usr.sbin/ntpd/constraint.c
161
now = getmonotime();
usr.sbin/ntpd/constraint.c
562
cstr->last = getmonotime();
usr.sbin/ntpd/constraint.c
704
cstr->last = getmonotime();
usr.sbin/ntpd/constraint.c
835
now = getmonotime();
usr.sbin/ntpd/constraint.c
896
now = getmonotime();
usr.sbin/ntpd/constraint.c
99
cstr->last = getmonotime();
usr.sbin/ntpd/control.c
352
now = getmonotime();
usr.sbin/ntpd/control.c
431
now = getmonotime();
usr.sbin/ntpd/ntp.c
171
conf->constraint_last = getmonotime();
usr.sbin/ntpd/ntp.c
235
nextaction = getmonotime() + 900;
usr.sbin/ntpd/ntp.c
257
if (p->next > 0 && p->next <= getmonotime()) {
usr.sbin/ntpd/ntp.c
263
if (p->deadline > 0 && p->deadline <= getmonotime()) {
usr.sbin/ntpd/ntp.c
308
last_sensor_scan + SENSOR_SCAN_INTERVAL <= getmonotime()) {
usr.sbin/ntpd/ntp.c
310
last_sensor_scan = getmonotime();
usr.sbin/ntpd/ntp.c
351
now = getmonotime();
usr.sbin/ntpd/ntpd.c
250
settime_deadline = getmonotime();
usr.sbin/ntpd/ntpd.c
325
getmonotime() > settime_deadline + SETTIME_TIMEOUT) {
usr.sbin/ntpd/ntpd.c
809
(getmonotime() - cstatus->constraint_last);
usr.sbin/ntpd/ntpd.h
401
time_t getmonotime(void);
usr.sbin/ntpd/sensors.c
133
s->next = getmonotime();
usr.sbin/ntpd/sensors.c
172
s->next = getmonotime() + SENSOR_QUERY_INTERVAL_SETTIME;
usr.sbin/ntpd/sensors.c
174
s->next = getmonotime() + SENSOR_QUERY_INTERVAL;
usr.sbin/relayctl/relayctl.c
465
getmonotime(&tv_now);
usr.sbin/relayd/agentx_control.c
931
getmonotime(&now);
usr.sbin/relayd/agentx_control.c
936
getmonotime(&now);
usr.sbin/relayd/check_icmp.c
96
getmonotime(&cie->tv_start);
usr.sbin/relayd/hce.c
152
getmonotime(&tv);
usr.sbin/relayd/hce.c
253
getmonotime(&tv_now);
usr.sbin/relayd/pfe.c
819
getmonotime(&tv_now);
usr.sbin/relayd/relay.c
1007
getmonotime(&con->se_tv_last);
usr.sbin/relayd/relay.c
1188
getmonotime(&con->se_tv_start);
usr.sbin/relayd/relay.c
1658
getmonotime(&con->se_tv_start);
usr.sbin/relayd/relay.c
388
getmonotime(&tv_now);
usr.sbin/relayd/relay.c
862
getmonotime(&con->se_tv_last);
usr.sbin/relayd/relay.c
905
getmonotime(&con->se_tv_last);
usr.sbin/relayd/relay_http.c
201
getmonotime(&con->se_tv_last);
usr.sbin/relayd/relay_http.c
620
getmonotime(&con->se_tv_last);
usr.sbin/relayd/relay_http.c
681
getmonotime(&con->se_tv_last);
usr.sbin/relayd/relay_udp.c
271
getmonotime(&con->se_tv_start);
usr.sbin/relayd/relay_udp.c
470
getmonotime(&con->se_tv_start);
usr.sbin/relayd/relayd.c
1457
getmonotime(&tv_now);
usr.sbin/relayd/relayd.h
1174
void getmonotime(struct timeval *);
usr.sbin/rpki-client/extern.h
1021
time_t getmonotime(void);
usr.sbin/rpki-client/http.c
2116
now = getmonotime();
usr.sbin/rpki-client/http.c
2204
now = getmonotime();
usr.sbin/rpki-client/http.c
930
conn->idle_time = getmonotime() + HTTP_IDLE_TIMEOUT;
usr.sbin/rpki-client/main.c
1284
deadline = getmonotime() + timeout - repo_timeout / 2;
usr.sbin/rpki-client/repo.c
1452
rp->alarm = getmonotime() + repo_timeout;
usr.sbin/rpki-client/repo.c
1468
rp->alarm = getmonotime() + repo_timeout;
usr.sbin/rpki-client/repo.c
1488
now = getmonotime();
usr.sbin/rpki-client/repo.c
656
rp->alarm = getmonotime() + repo_timeout;
usr.sbin/vmd/config.c
215
getmonotime(&tv);
usr.sbin/vmd/vmd.h
487
void getmonotime(struct timeval *);