Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDntp_proto.c62 l_fp sys_authdelay; /* authentication delay */ variable
2753 L_ADD(&peer->xmt, &sys_authdelay);
2780 L_ADD(&xmt_tx, &sys_authdelay);
2784 sys_authdelay.l_uf = sys_authdly[0];
2786 sys_authdelay.l_uf = sys_authdly[1];
2982 L_ADD(&xmt_ts, &sys_authdelay);
3002 L_ADD(&xmt_tx, &sys_authdelay);
3006 sys_authdelay.l_uf = sys_authdly[0];
3008 sys_authdelay.l_uf = sys_authdly[1];
3213 L_CLR(&sys_authdelay);
HDntp_request.c1126 HTONL_UF(sys_authdelay.l_f, &is->authdelay); in sys_info()
/trueos/contrib/ntp/ntpdate/
HDntptimeset.c260 u_long sys_authdelay = 0; /* authentication delay */ variable
371 sys_authdelay = 0; /* authentication delay */ in clear_globals()
459 sys_authdelay = tmp.l_uf; in ntptimesetmain()
887 L_ADDUF(&server->xmt, sys_authdelay); in transmit()
HDntpdate.c176 u_long sys_authdelay = 0; /* authentication delay */ variable
283 sys_authdelay = 0; /* authentication delay */ in clear_globals()
404 sys_authdelay = tmp.l_uf; in ntpdatemain()
738 L_ADDUF(&server->xmt, sys_authdelay); in transmit()
/trueos/contrib/ntp/include/
HDntpd.h401 extern l_fp sys_authdelay; /* authentication delay */