Searched refs:numctlreq (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/ntp/include/
H A Dntpd.h396 extern u_long numctlreq; /* number of requests we've received */
H A Dntp_request.h814 u_int32 numctlreq; /* number of requests we've received */ member in struct:info_control
/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c713 printf("offsetof(numctlreq) = %d\n",
714 (int) offsetof(struct info_control, numctlreq));
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_request.c2416 ic->numctlreq = htonl((u_int32)numctlreq);
H A Dntp_control.c772 u_long numctlreq; /* number of requests we've received */ variable
1183 numctlreq++;
5133 numctlreq = 0;
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2618 (u_long)ntohl(ic->numctlreq));

Completed in 123 milliseconds