Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/ntp/ntpdc/
Dnl.c711 (int) sizeof(struct info_control));
713 (int) offsetof(struct info_control, ctltimereset));
715 (int) offsetof(struct info_control, numctlreq));
717 (int) offsetof(struct info_control, numctlbadpkts));
719 (int) offsetof(struct info_control, numctlresponses));
721 (int) offsetof(struct info_control, numctlfrags));
723 (int) offsetof(struct info_control, numctlerrors));
725 (int) offsetof(struct info_control, numctltooshort));
727 (int) offsetof(struct info_control, numctlinputresp));
729 (int) offsetof(struct info_control, numctlinputfrag));
[all …]
/freebsd-9-stable/contrib/ntp/ntpdc/
Dlayout.std355 sizeof(struct info_control) = 60
Dntpdc_ops.c2583 struct info_control *ic; in ctlstats()
/freebsd-9-stable/contrib/ntp/include/
Dntp_request.h807 struct info_control { struct
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_request.c2381 register struct info_control *ic; in get_ctl_stats()
2383 ic = (struct info_control *)prepare_pkt(srcadr, inter, inpkt, in get_ctl_stats()
2384 sizeof(struct info_control)); in get_ctl_stats()