Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpdate/
Dntpdate.c163 u_long sys_authdelay = 0; /* authentication delay */ variable
269 sys_authdelay = 0; /* authentication delay */ in clear_globals()
382 sys_authdelay = tmp.l_uf; in ntpdatemain()
711 L_ADDUF(&server->xmt, sys_authdelay); in transmit()
/freebsd-10-stable/contrib/ntp/include/
Dntpd.h488 extern l_fp sys_authdelay; /* authentication delay */
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_proto.c127 l_fp sys_authdelay; /* authentication delay */ variable
4560 sys_authdelay = xmt_ty; in fast_xmit()
Dntp_request.c1124 HTONL_UF(sys_authdelay.l_uf, &is->authdelay); in sys_info()
Dntp_control.c2250 LFPTOD(&sys_authdelay, dtemp); in ctl_putsys()