Searched refs:stratumtouse (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c111 static u_char stratumtouse[MAXUNITS]; variable
211 stratumtouse[unit] = (u_char)(in->fudgeval1);
218 peer->stratum = stratumtouse[unit];
227 out->fudgeval1 = (int32)stratumtouse[unit];
371 peer->stratum = stratumtouse[unit];
H A Drefclock_msfees.c49 stratumtouse = fudgeval1 & 0xf
316 static u_char stratumtouse[MAXUNITS]; variable
421 stratumtouse[i] = 0;
580 peer->stratum = stratumtouse[unit];
581 if (stratumtouse[unit] <= 1) {

Completed in 56 milliseconds