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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_filegen.h44 u_long id_lo; /* lower bound of ident value */ member in struct:filegen_tag
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_filegen.c71 fgp->id_lo = 0;
144 gen->id_lo = getpid();
147 SUFFIX_SEP, gen->id_lo);
160 gen->id_lo = ntpcal_date_to_ntp(&cal);
161 gen->id_hi = (u_int32)(gen->id_lo + SECSPERDAY);
170 gen->id_lo = isocal_date_to_ntp(&iso);
171 gen->id_hi = (u_int32)(gen->id_lo + 7 * SECSPERDAY);
180 gen->id_lo = ntpcal_date_to_ntp(&cal);
191 gen->id_lo = ntpcal_date_to_ntp(&cal);
197 gen->id_lo
[all...]

Completed in 174 milliseconds