Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c320 UTC *utcp in get_mbg_utc() argument
323 utcp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_utc()
324 utcp->valid = get_lsb_int16(buffpp); in get_mbg_utc()
326 get_mbg_tgps(buffpp, &utcp->t0t); in get_mbg_utc()
328 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A0, mbg_double) != IEEE_OK) in get_mbg_utc()
330 L_CLR(&utcp->A0); in get_mbg_utc()
333 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A1, mbg_double) != IEEE_OK) in get_mbg_utc()
335 L_CLR(&utcp->A1); in get_mbg_utc()
338 utcp->WNlsf = get_lsb_uint16(buffpp); in get_mbg_utc()
339 utcp->DNt = get_lsb_int16(buffpp); in get_mbg_utc()
[all …]