Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c426 EPH *ephp in get_mbg_eph() argument
429 ephp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_eph()
430 ephp->valid = get_lsb_int16(buffpp); in get_mbg_eph()
432 ephp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_eph()
433 ephp->IODC = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
434 ephp->IODE2 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
435 ephp->IODE3 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
437 get_mbg_tgps(buffpp, &ephp->tt); in get_mbg_eph()
438 get_mbg_tgps(buffpp, &ephp->t0c); in get_mbg_eph()
439 get_mbg_tgps(buffpp, &ephp->t0e); in get_mbg_eph()
[all …]