L_GINT
ntv->offset = L_GINT(time_offset);
ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */
ntv->freq = L_GINT((time_freq / 1000LL) << 16);
ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16);
if (L_GINT(time_freq) > MAXFREQ)
else if (L_GINT(time_freq) < -MAXFREQ)
u_nsec = L_GINT(ftemp);
u_nsec = L_GINT(pps_freq);