Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c318 struct xmtr { struct
344 struct xmtr xmtr[NCHAN]; /* station metric */ member
1531 struct xmtr *sp; in chu_newchan()
1555 sp = &up->xmtr[up->chan]; in chu_newchan()
1563 up->xmtr[i].probe++; in chu_newchan()
1564 if (up->xmtr[i].metric > metric) { in chu_newchan()
1566 metric = up->xmtr[i].metric; in chu_newchan()
1579 if (up->xmtr[i].probe > rval) { in chu_newchan()
1580 rval = up->xmtr[i].probe; in chu_newchan()