Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c163 u_long sys_authdelay = 0; /* authentication delay */ variable
269 sys_authdelay = 0; /* authentication delay */ in clear_globals()
386 sys_authdelay = tmp.l_uf; in ntpdatemain()
715 L_ADDUF(&server->xmt, sys_authdelay); in transmit()
/freebsd/contrib/ntp/include/
H A Dntpd.h533 extern l_fp sys_authdelay; /* authentication delay */
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c146 l_fp sys_authdelay; /* authentication delay */ variable
4845 sys_authdelay = xmt_ty; in fast_xmit()
H A Dntp_request.c1124 HTONL_UF(sys_authdelay.l_uf, &is->authdelay); in sys_info()
H A Dntp_control.c2249 LFPTOD(&sys_authdelay, dtemp); in ctl_putsys()