Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h300 typedef uint16_t HEALTH; ///< an SV's 6 bit health code typedef
785 HEALTH health[N_SVNO_GPS]; ///< 6 bit SV health codes from pages 51, 63
870 HEALTH health; ///< health indication of transmitting SV [---]
920 HEALTH health; ///< [---]
967 void get_mbg_health (unsigned char **, HEALTH *);
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c108 HEALTH *healthp in get_mbg_health()
111 *healthp = (HEALTH) get_lsb_short(bufpp); in get_mbg_health()
432 ephp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_eph()
477 almp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_alm()