Searched refs:time_offset (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/time/
H A Dntp.c37 static s64 time_offset; /* time adjustment (ns) */ variable
79 time_offset = 0;
156 time_adj = shift_right(time_offset, SHIFT_PLL + time_constant);
157 time_offset -= time_adj;
277 time_offset = txc->offset * NSEC_PER_USEC;
283 time_offset = min(time_offset, (s64)MAXPHASE * NSEC_PER_USEC);
284 time_offset = max(time_offset, (s64)-MAXPHASE * NSEC_PER_USEC);
297 freq_adj = time_offset * mtem
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libads/
H A Dutil.c42 ret = kerberos_set_password(ads->auth.kdc_server, service_principal, password, service_principal, new_password, ads->auth.time_offset);
H A Dkrb5_setpw.c461 const char *newpw, int time_offset)
486 if (time_offset != 0) {
487 krb5_set_real_time(context, time(NULL) + time_offset, 0);
602 int time_offset)
666 int time_offset)
670 if ((ret = kerberos_kinit_password(auth_principal, auth_password, time_offset, NULL, NULL))) {
677 auth_password, new_password, time_offset);
680 new_password, time_offset);
706 password, ads->auth.time_offset);
460 ads_krb5_set_password(const char *kdc_host, const char *princ, const char *newpw, int time_offset) argument
598 ads_krb5_chg_password(const char *kdc_host, const char *principal, const char *oldpw, const char *newpw, int time_offset) argument
663 kerberos_set_password(const char *kpasswd_server, const char *auth_principal, const char *auth_password, const char *target_principal, const char *new_password, int time_offset) argument
H A Dkerberos.c63 int time_offset,
76 if (time_offset != 0) {
77 krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
141 ret = kerberos_kinit_password(s, ads->auth.password, ads->auth.time_offset,
61 kerberos_kinit_password(const char *principal, const char *password, int time_offset, time_t *expire_time, const char *cache_name) argument
H A Dsasl.c145 rc = spnego_gen_negTokenTarg(principal, ads->auth.time_offset, &blob, &session_key);
H A Dldap.c2474 ads->auth.time_offset = ads->config.current_time - time(NULL);
2475 DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclikrb5.c396 int time_offset =(unsigned)credsp->times.starttime-t; local
397 DEBUG(4,("ads_krb5_mk_req: Advancing clock by %d seconds to cope with clock skew\n", time_offset));
398 krb5_set_real_time(context, t + time_offset + 1, 0);
432 int cli_krb5_get_ticket(const char *principal, time_t time_offset, argument
455 if (time_offset != 0) {
456 krb5_set_real_time(context, time(NULL) + time_offset, 0);
548 int cli_krb5_get_ticket(const char *principal, time_t time_offset, argument
H A Dclispnego.c326 int spnego_gen_negTokenTarg(const char *principal, int time_offset, argument
335 retval = cli_krb5_get_ticket(principal, time_offset, &tkt, session_key_krb5);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dads.h31 int time_offset; member in struct:__anon1589::__anon1591
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_ads.c123 d_printf("Server time offset: %d\n", ads->auth.time_offset );
327 ads->auth.time_offset);
1179 auth_password, user, new_password, ads->auth.time_offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c128 int time_offset; ///< time offset of the first edit list entry member in struct:MOVStreamContext
1313 if (sc->time_offset) {
1314 assert(sc->time_offset % sc->time_rate == 0);
1315 current_dts = - (sc->time_offset / sc->time_rate);
1874 sc->time_offset = time;

Completed in 270 milliseconds