Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c47 #define NCHUCHARS (10) macro
50 u_char codechars[NCHUCHARS]; /* code characters */
53 struct timeval codetimes[NCHUCHARS]; /* arrival times */
319 TVTOTS(&chudata.codetimes[NCHUCHARS-1], &ts); in raw_filter()
321 chufilter(&chudata, &chudata.codetimes[NCHUCHARS-1]); in raw_filter()
363 TVTOTS(&chu.codetimes[NCHUCHARS-1], &ts); in process_ldisc()
367 for (i = 0; i < NCHUCHARS; i++) { in process_ldisc()
477 static u_long chutable[NCHUCHARS] = {
546 l_fp off[NCHUCHARS]; in chufilter()
549 static u_char lastcode[NCHUCHARS]; in chufilter()
[all …]