Home
last modified time | relevance | path

Searched refs:get_monosec (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/npppd/common/
H A Dtime_utils.h33 #define get_monosec() ((time_t)(get_nanotime() / 1000000000LL)) macro
/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c123 _this->last_io = get_monosec(); in pptp_call_init()
183 _this->last_io = get_monosec(); in pptp_call_input()
305 _this->last_io = get_monosec();
376 _this->last_io = get_monosec(); in pptp_call_send_CDN()
421 _this->last_io = get_monosec(); in pptp_call_send_OCRP()
H A Dpptp_ctrl.c118 curr_time = get_monosec(); in pptp_ctrl_init()
211 curr_time = get_monosec(); in pptp_ctrl_timeout()
523 curr_time = get_monosec(); in pptp_ctrl_output_flush()
908 curr_time = get_monosec(); in pptp_ctrl_input()
/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_ctrl.c126 curr_time = get_monosec(); in l2tp_ctrl_init()
380 curr_time = get_monosec(); in l2tp_ctrl_timeout()
644 curr_time = get_monosec(); in l2tp_ctrl_input()
1082 curr_time = get_monosec(); in l2tp_ctrl_send_packet()
/openbsd/usr.sbin/npppd/npppd/
H A Dppp.c236 _this->start_monotime = get_monosec(); in ppp_start()
349 _this->end_monotime = get_monosec(); in ppp_stop0()
651 curr_time = get_monosec(); in ppp_ipcp_opened()