HomeSort by: relevance | last modified time | path
    Searched defs:CLK_TYPE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 115 #define CLK_TYPE(x) ((int)(((x)->ttl) & 0x7F))
316 speed = (CLK_TYPE(peer) == CLK_COPERNICUS) ? SPEED232COP : SPEED232;
346 up->type = CLK_TYPE(peer);
refclock_parse.c 1525 #define CLK_TYPE(x) ((CLK_REALTYPE(x) >= ncltypes) ? ~0 : CLK_REALTYPE(x))
3012 type = CLK_TYPE(peer);
5329 if ((parse_clockinfo[CLK_TYPE(parse->peer)].cl_lflag & ICANON))

Completed in 65 milliseconds