Searched refs:PARSEB_S_POSITION (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/include/
H A Dparse.h147 #define PARSEB_S_POSITION 0x00080000 /* supports position information (GPS) */ macro
173 #define PARSE_S_POSITION(x) ((x) & PARSEB_S_POSITION)
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_trimtsip.c314 clock_time->flags |= PARSEB_S_LEAP|PARSEB_S_POSITION;
H A Dclk_meinberg.c504 clock_time->flags = PARSEB_S_LEAP|PARSEB_S_POSITION;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c2546 { PARSEB_S_POSITION, "POSITION" },
2567 if (lstate & (PARSEB_S_LEAP|PARSEB_S_CALLBIT|PARSEB_S_PPS|PARSEB_S_POSITION))

Completed in 284 milliseconds