Home | History | Annotate | Download | only in ntpd

Lines Matching defs:bug

1358 		 * [Bug 3009] claims that a problem occurs for hmode > 7,
1420 * [Bug 3011] Even if we checked all peers given in the request
2724 struct refclockbug bug;
2747 ZERO(bug);
2748 refclock_buginfo(&addr, &bug);
2749 if (bug.nvalues == 0 && bug.ntimes == 0) {
2755 i = bug.nvalues;
2759 ic->svalues = htons((u_short) (bug.svalues & ((1<<i)-1)));
2761 ic->values[i] = htonl(bug.values[i]);
2763 i = bug.ntimes;
2767 ic->stimes = htonl(bug.stimes);
2769 HTONL_FP(&bug.times[i], &ic->times[i]);