Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntpd.h402 extern u_long numctlinputresp; /* number of responses on input */
H A Dntp_request.h820 u_int32 numctlinputresp; /* number of responses on input */ member
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std368 offsetof(numctlinputresp) = 28
H A Dntpdc_ops.c2632 (u_long)ntohl(ic->numctlinputresp)); in ctlstats()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c726 (int) offsetof(struct info_control, numctlinputresp));
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c778 u_long numctlinputresp; /* number of responses on input */
1205 numctlinputresp++; in process_control()
5140 numctlinputresp = 0;
779 u_long numctlinputresp; /* number of responses on input */ global() variable
H A Dntp_request.c2422 ic->numctlinputresp = htonl((u_int32)numctlinputresp); in get_ctl_stats()