Home
last modified time | relevance | path

Searched refs:rc_dtyp (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/ntp/ntpd/
H A Drefclock_nmea.c648 u_short rc_dtyp; in nmea_procrec() local
781 rc_dtyp = DTYP_NONE; in nmea_procrec()
790 rc_dtyp = DTYP_Y2D; in nmea_procrec()
817 rc_dtyp = DTYP_Y4D; in nmea_procrec()
828 rc_dtyp = DTYP_Y4D; in nmea_procrec()
837 rc_dtyp = DTYP_W10B; in nmea_procrec()
851 rc_dtyp = DTYP_WEXT; in nmea_procrec()
905 if (rc_dtyp != DTYP_NONE) { in nmea_procrec()
907 refnumtoa(&peer->srcadr), rc_dtyp)); in nmea_procrec()
908 switch (rc_dtyp) { in nmea_procrec()
[all …]