Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_chu.c320 struct xmtr { struct
346 struct xmtr xmtr[NCHAN]; /* station metric */ member
1533 struct xmtr *sp; in chu_newchan()
1557 sp = &up->xmtr[up->chan]; in chu_newchan()
1565 up->xmtr[i].probe++; in chu_newchan()
1566 if (up->xmtr[i].metric > metric) { in chu_newchan()
1568 metric = up->xmtr[i].metric; in chu_newchan()
1581 if (up->xmtr[i].probe > rval) { in chu_newchan()
1582 rval = up->xmtr[i].probe; in chu_newchan()