Searched refs:rawstats (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 82 static FILEGEN rawstats; variable 162 filegen_register(statsdir, "rawstats", &rawstats); in init_util() 755 filegen_setup(&rawstats, now.l_ui); in record_raw_stats() 758 if (rawstats.fp != NULL) { in record_raw_stats() 759 fprintf(rawstats.fp, "%lu %s %s %s %s %s %s %s %d %d %d %d %d %d %.6f %.6f %s", in record_raw_stats() 770 fprintf(rawstats.fp, " %d: ", len); in record_raw_stats() 772 fprintf(rawstats.fp, "%02x", extra[i]); in record_raw_stats() 775 fprintf(rawstats.fp, "\n"); in record_raw_stats() 776 fflush(rawstats.fp); in record_raw_stats()
|
| H A D | complete.conf.in | 12 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats 18 filegen rawstats file rawstats type year nolink enable
|
| H A D | ntp.conf.def | 1159 .It Cm rawstats 1167 .Cm rawstats :
|
| H A D | invoke-ntp.conf.texi | 1096 @item @code{rawstats} 1104 @code{rawstats}:
|
| /src/contrib/libpcap/ |
| H A D | pcap-snoop.c | 162 register struct rawstats *rs; in pcap_stats_snoop() 163 struct rawstats rawstats; in pcap_stats_snoop() local 165 rs = &rawstats; in pcap_stats_snoop()
|
| /src/contrib/ntp/ |
| H A D | ChangeLog | 35 * [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid. 162 * [Bug 3774] mode 6 packets corrupted in rawstats file <hart@ntp.org> 1806 * [Bug 2081 - Backward Incompatible] rawstats now logs everything.
|
| H A D | NEWS | 53 * [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid. 204 * [Bug 3774] mode 6 packets corrupted in rawstats file <hart@ntp.org> 3970 * [Bug 3774] mode 6 packets corrupted in rawstats file <hart@ntp.org>
|
| H A D | CommitLog | 2894 [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid. 2897 [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid. 5801 [Bug 3774] mode 6 packets corrupted in rawstats file 5832 [Bug 3774] mode 6 packets corrupted in rawstats file <hart@ntp.org> 16640 Update monopt.html with the new rawstats information 16643 Update monopt.html with the new rawstats information
|