Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_palisade.c113 #define CLK_TYPE(x) ((int)(((x)->ttl) & 0x7F)) macro
314 speed = (CLK_TYPE(peer) == CLK_COPERNICUS) ? SPEED232COP : SPEED232; in palisade_start()
344 up->type = CLK_TYPE(peer); in palisade_start()
H A Drefclock_parse.c1523 #define CLK_TYPE(x) ((CLK_REALTYPE(x) >= ncltypes) ? ~0 : CLK_REALTYPE(x)) macro
3010 type = CLK_TYPE(peer); in parse_start()
5327 if ((parse_clockinfo[CLK_TYPE(parse->peer)].cl_lflag & ICANON)) in trimbletsip_init()