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

/freebsd-10.3-release/contrib/ntp/include/
H A Dntpd.h355 extern u_long numctlreq; /* number of requests we've received */
H A Dntp_request.h812 u_int32 numctlreq; /* number of requests we've received */ member in struct:info_control
/freebsd-10.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c714 printf("offsetof(numctlreq) = %d\n",
715 (int) offsetof(struct info_control, numctlreq));
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_request.c2406 ic->numctlreq = htonl((u_int32)numctlreq);
H A Dntp_control.c769 u_long numctlreq; /* number of requests we've received */ variable
1184 numctlreq++;
5121 numctlreq = 0;
/freebsd-10.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2609 (u_long)ntohl(ic->numctlreq));

Completed in 141 milliseconds