1280849Scy/* $FreeBSD$ */
2280849Scy  printf("sizeof(union req_data_u_tag) = %d\n",
3280849Scy	 (int) sizeof(union req_data_u_tag));
4280849Scy  printf("offsetof(u32) = %d\n",
5280849Scy	 (int) offsetof(union req_data_u_tag, u32));
6280849Scy  printf("offsetof(data) = %d\n",
7280849Scy	 (int) offsetof(union req_data_u_tag, data));
8280849Scy  printf("\n");
9280849Scy
10280849Scy  printf("sizeof(struct req_pkt) = %d\n",
11280849Scy	 (int) sizeof(struct req_pkt));
12280849Scy  printf("offsetof(rm_vn_mode) = %d\n",
13280849Scy	 (int) offsetof(struct req_pkt, rm_vn_mode));
14280849Scy  printf("offsetof(auth_seq) = %d\n",
15280849Scy	 (int) offsetof(struct req_pkt, auth_seq));
16280849Scy  printf("offsetof(implementation) = %d\n",
17280849Scy	 (int) offsetof(struct req_pkt, implementation));
18280849Scy  printf("offsetof(request) = %d\n",
19280849Scy	 (int) offsetof(struct req_pkt, request));
20280849Scy  printf("offsetof(err_nitems) = %d\n",
21280849Scy	 (int) offsetof(struct req_pkt, err_nitems));
22280849Scy  printf("offsetof(mbz_itemsize) = %d\n",
23280849Scy	 (int) offsetof(struct req_pkt, mbz_itemsize));
24280849Scy  printf("offsetof(u) = %d\n",
25280849Scy	 (int) offsetof(struct req_pkt, u));
26280849Scy  printf("offsetof(tstamp) = %d\n",
27280849Scy	 (int) offsetof(struct req_pkt, tstamp));
28280849Scy  printf("offsetof(keyid) = %d\n",
29280849Scy	 (int) offsetof(struct req_pkt, keyid));
30280849Scy  printf("offsetof(mac) = %d\n",
31280849Scy	 (int) offsetof(struct req_pkt, mac));
32280849Scy  printf("\n");
33280849Scy
34280849Scy  printf("sizeof(struct req_pkt_tail) = %d\n",
35280849Scy	 (int) sizeof(struct req_pkt_tail));
36280849Scy  printf("offsetof(tstamp) = %d\n",
37280849Scy	 (int) offsetof(struct req_pkt_tail, tstamp));
38280849Scy  printf("offsetof(keyid) = %d\n",
39280849Scy	 (int) offsetof(struct req_pkt_tail, keyid));
40280849Scy  printf("offsetof(mac) = %d\n",
41280849Scy	 (int) offsetof(struct req_pkt_tail, mac));
42280849Scy  printf("\n");
43280849Scy
44280849Scy  printf("sizeof(union resp_pkt_u_tag) = %d\n",
45280849Scy	 (int) sizeof(union resp_pkt_u_tag));
46280849Scy  printf("offsetof(data) = %d\n",
47280849Scy	 (int) offsetof(union resp_pkt_u_tag, data));
48280849Scy  printf("offsetof(u32) = %d\n",
49280849Scy	 (int) offsetof(union resp_pkt_u_tag, u32));
50280849Scy  printf("\n");
51280849Scy
52280849Scy  printf("sizeof(struct resp_pkt) = %d\n",
53280849Scy	 (int) sizeof(struct resp_pkt));
54280849Scy  printf("offsetof(rm_vn_mode) = %d\n",
55280849Scy	 (int) offsetof(struct resp_pkt, rm_vn_mode));
56280849Scy  printf("offsetof(auth_seq) = %d\n",
57280849Scy	 (int) offsetof(struct resp_pkt, auth_seq));
58280849Scy  printf("offsetof(implementation) = %d\n",
59280849Scy	 (int) offsetof(struct resp_pkt, implementation));
60280849Scy  printf("offsetof(request) = %d\n",
61280849Scy	 (int) offsetof(struct resp_pkt, request));
62280849Scy  printf("offsetof(err_nitems) = %d\n",
63280849Scy	 (int) offsetof(struct resp_pkt, err_nitems));
64280849Scy  printf("offsetof(mbz_itemsize) = %d\n",
65280849Scy	 (int) offsetof(struct resp_pkt, mbz_itemsize));
66280849Scy  printf("offsetof(u) = %d\n",
67280849Scy	 (int) offsetof(struct resp_pkt, u));
68280849Scy  printf("\n");
69280849Scy
70280849Scy  printf("sizeof(struct info_peer_list) = %d\n",
71280849Scy	 (int) sizeof(struct info_peer_list));
72280849Scy  printf("offsetof(addr) = %d\n",
73280849Scy	 (int) offsetof(struct info_peer_list, addr));
74280849Scy  printf("offsetof(port) = %d\n",
75280849Scy	 (int) offsetof(struct info_peer_list, port));
76280849Scy  printf("offsetof(hmode) = %d\n",
77280849Scy	 (int) offsetof(struct info_peer_list, hmode));
78280849Scy  printf("offsetof(flags) = %d\n",
79280849Scy	 (int) offsetof(struct info_peer_list, flags));
80280849Scy  printf("offsetof(v6_flag) = %d\n",
81280849Scy	 (int) offsetof(struct info_peer_list, v6_flag));
82280849Scy  printf("offsetof(unused1) = %d\n",
83280849Scy	 (int) offsetof(struct info_peer_list, unused1));
84280849Scy  printf("offsetof(addr6) = %d\n",
85280849Scy	 (int) offsetof(struct info_peer_list, addr6));
86280849Scy  printf("\n");
87280849Scy
88280849Scy  printf("sizeof(struct info_peer_summary) = %d\n",
89280849Scy	 (int) sizeof(struct info_peer_summary));
90280849Scy  printf("offsetof(dstadr) = %d\n",
91280849Scy	 (int) offsetof(struct info_peer_summary, dstadr));
92280849Scy  printf("offsetof(srcadr) = %d\n",
93280849Scy	 (int) offsetof(struct info_peer_summary, srcadr));
94280849Scy  printf("offsetof(srcport) = %d\n",
95280849Scy	 (int) offsetof(struct info_peer_summary, srcport));
96280849Scy  printf("offsetof(stratum) = %d\n",
97280849Scy	 (int) offsetof(struct info_peer_summary, stratum));
98280849Scy  printf("offsetof(hpoll) = %d\n",
99280849Scy	 (int) offsetof(struct info_peer_summary, hpoll));
100280849Scy  printf("offsetof(ppoll) = %d\n",
101280849Scy	 (int) offsetof(struct info_peer_summary, ppoll));
102280849Scy  printf("offsetof(reach) = %d\n",
103280849Scy	 (int) offsetof(struct info_peer_summary, reach));
104280849Scy  printf("offsetof(flags) = %d\n",
105280849Scy	 (int) offsetof(struct info_peer_summary, flags));
106280849Scy  printf("offsetof(hmode) = %d\n",
107280849Scy	 (int) offsetof(struct info_peer_summary, hmode));
108280849Scy  printf("offsetof(delay) = %d\n",
109280849Scy	 (int) offsetof(struct info_peer_summary, delay));
110280849Scy  printf("offsetof(offset) = %d\n",
111280849Scy	 (int) offsetof(struct info_peer_summary, offset));
112280849Scy  printf("offsetof(dispersion) = %d\n",
113280849Scy	 (int) offsetof(struct info_peer_summary, dispersion));
114280849Scy  printf("offsetof(v6_flag) = %d\n",
115280849Scy	 (int) offsetof(struct info_peer_summary, v6_flag));
116280849Scy  printf("offsetof(unused1) = %d\n",
117280849Scy	 (int) offsetof(struct info_peer_summary, unused1));
118280849Scy  printf("offsetof(dstadr6) = %d\n",
119280849Scy	 (int) offsetof(struct info_peer_summary, dstadr6));
120280849Scy  printf("offsetof(srcadr6) = %d\n",
121280849Scy	 (int) offsetof(struct info_peer_summary, srcadr6));
122280849Scy  printf("\n");
123280849Scy
124280849Scy  printf("sizeof(struct info_peer) = %d\n",
125280849Scy	 (int) sizeof(struct info_peer));
126280849Scy  printf("offsetof(dstadr) = %d\n",
127280849Scy	 (int) offsetof(struct info_peer, dstadr));
128280849Scy  printf("offsetof(srcadr) = %d\n",
129280849Scy	 (int) offsetof(struct info_peer, srcadr));
130280849Scy  printf("offsetof(srcport) = %d\n",
131280849Scy	 (int) offsetof(struct info_peer, srcport));
132280849Scy  printf("offsetof(flags) = %d\n",
133280849Scy	 (int) offsetof(struct info_peer, flags));
134280849Scy  printf("offsetof(leap) = %d\n",
135280849Scy	 (int) offsetof(struct info_peer, leap));
136280849Scy  printf("offsetof(hmode) = %d\n",
137280849Scy	 (int) offsetof(struct info_peer, hmode));
138280849Scy  printf("offsetof(pmode) = %d\n",
139280849Scy	 (int) offsetof(struct info_peer, pmode));
140280849Scy  printf("offsetof(stratum) = %d\n",
141280849Scy	 (int) offsetof(struct info_peer, stratum));
142280849Scy  printf("offsetof(ppoll) = %d\n",
143280849Scy	 (int) offsetof(struct info_peer, ppoll));
144280849Scy  printf("offsetof(hpoll) = %d\n",
145280849Scy	 (int) offsetof(struct info_peer, hpoll));
146280849Scy  printf("offsetof(precision) = %d\n",
147280849Scy	 (int) offsetof(struct info_peer, precision));
148280849Scy  printf("offsetof(version) = %d\n",
149280849Scy	 (int) offsetof(struct info_peer, version));
150280849Scy  printf("offsetof(unused8) = %d\n",
151280849Scy	 (int) offsetof(struct info_peer, unused8));
152280849Scy  printf("offsetof(reach) = %d\n",
153280849Scy	 (int) offsetof(struct info_peer, reach));
154280849Scy  printf("offsetof(unreach) = %d\n",
155280849Scy	 (int) offsetof(struct info_peer, unreach));
156280849Scy  printf("offsetof(flash) = %d\n",
157280849Scy	 (int) offsetof(struct info_peer, flash));
158280849Scy  printf("offsetof(ttl) = %d\n",
159280849Scy	 (int) offsetof(struct info_peer, ttl));
160280849Scy  printf("offsetof(flash2) = %d\n",
161280849Scy	 (int) offsetof(struct info_peer, flash2));
162280849Scy  printf("offsetof(associd) = %d\n",
163280849Scy	 (int) offsetof(struct info_peer, associd));
164280849Scy  printf("offsetof(keyid) = %d\n",
165280849Scy	 (int) offsetof(struct info_peer, keyid));
166280849Scy  printf("offsetof(pkeyid) = %d\n",
167280849Scy	 (int) offsetof(struct info_peer, pkeyid));
168280849Scy  printf("offsetof(refid) = %d\n",
169280849Scy	 (int) offsetof(struct info_peer, refid));
170280849Scy  printf("offsetof(timer) = %d\n",
171280849Scy	 (int) offsetof(struct info_peer, timer));
172280849Scy  printf("offsetof(rootdelay) = %d\n",
173280849Scy	 (int) offsetof(struct info_peer, rootdelay));
174280849Scy  printf("offsetof(rootdispersion) = %d\n",
175280849Scy	 (int) offsetof(struct info_peer, rootdispersion));
176280849Scy  printf("offsetof(reftime) = %d\n",
177280849Scy	 (int) offsetof(struct info_peer, reftime));
178280849Scy  printf("offsetof(org) = %d\n",
179280849Scy	 (int) offsetof(struct info_peer, org));
180280849Scy  printf("offsetof(rec) = %d\n",
181280849Scy	 (int) offsetof(struct info_peer, rec));
182280849Scy  printf("offsetof(xmt) = %d\n",
183280849Scy	 (int) offsetof(struct info_peer, xmt));
184280849Scy  printf("offsetof(filtdelay) = %d\n",
185280849Scy	 (int) offsetof(struct info_peer, filtdelay));
186280849Scy  printf("offsetof(filtoffset) = %d\n",
187280849Scy	 (int) offsetof(struct info_peer, filtoffset));
188280849Scy  printf("offsetof(order) = %d\n",
189280849Scy	 (int) offsetof(struct info_peer, order));
190280849Scy  printf("offsetof(delay) = %d\n",
191280849Scy	 (int) offsetof(struct info_peer, delay));
192280849Scy  printf("offsetof(dispersion) = %d\n",
193280849Scy	 (int) offsetof(struct info_peer, dispersion));
194280849Scy  printf("offsetof(offset) = %d\n",
195280849Scy	 (int) offsetof(struct info_peer, offset));
196280849Scy  printf("offsetof(selectdisp) = %d\n",
197280849Scy	 (int) offsetof(struct info_peer, selectdisp));
198280849Scy  printf("offsetof(unused1) = %d\n",
199280849Scy	 (int) offsetof(struct info_peer, unused1));
200280849Scy  printf("offsetof(unused2) = %d\n",
201280849Scy	 (int) offsetof(struct info_peer, unused2));
202280849Scy  printf("offsetof(unused3) = %d\n",
203280849Scy	 (int) offsetof(struct info_peer, unused3));
204280849Scy  printf("offsetof(unused4) = %d\n",
205280849Scy	 (int) offsetof(struct info_peer, unused4));
206280849Scy  printf("offsetof(unused5) = %d\n",
207280849Scy	 (int) offsetof(struct info_peer, unused5));
208280849Scy  printf("offsetof(unused6) = %d\n",
209280849Scy	 (int) offsetof(struct info_peer, unused6));
210280849Scy  printf("offsetof(unused7) = %d\n",
211280849Scy	 (int) offsetof(struct info_peer, unused7));
212280849Scy  printf("offsetof(estbdelay) = %d\n",
213280849Scy	 (int) offsetof(struct info_peer, estbdelay));
214280849Scy  printf("offsetof(v6_flag) = %d\n",
215280849Scy	 (int) offsetof(struct info_peer, v6_flag));
216280849Scy  printf("offsetof(unused9) = %d\n",
217280849Scy	 (int) offsetof(struct info_peer, unused9));
218280849Scy  printf("offsetof(dstadr6) = %d\n",
219280849Scy	 (int) offsetof(struct info_peer, dstadr6));
220280849Scy  printf("offsetof(srcadr6) = %d\n",
221280849Scy	 (int) offsetof(struct info_peer, srcadr6));
222280849Scy  printf("\n");
223280849Scy
224280849Scy  printf("sizeof(struct info_peer_stats) = %d\n",
225280849Scy	 (int) sizeof(struct info_peer_stats));
226280849Scy  printf("offsetof(dstadr) = %d\n",
227280849Scy	 (int) offsetof(struct info_peer_stats, dstadr));
228280849Scy  printf("offsetof(srcadr) = %d\n",
229280849Scy	 (int) offsetof(struct info_peer_stats, srcadr));
230280849Scy  printf("offsetof(srcport) = %d\n",
231280849Scy	 (int) offsetof(struct info_peer_stats, srcport));
232280849Scy  printf("offsetof(flags) = %d\n",
233280849Scy	 (int) offsetof(struct info_peer_stats, flags));
234280849Scy  printf("offsetof(timereset) = %d\n",
235280849Scy	 (int) offsetof(struct info_peer_stats, timereset));
236280849Scy  printf("offsetof(timereceived) = %d\n",
237280849Scy	 (int) offsetof(struct info_peer_stats, timereceived));
238280849Scy  printf("offsetof(timetosend) = %d\n",
239280849Scy	 (int) offsetof(struct info_peer_stats, timetosend));
240280849Scy  printf("offsetof(timereachable) = %d\n",
241280849Scy	 (int) offsetof(struct info_peer_stats, timereachable));
242280849Scy  printf("offsetof(sent) = %d\n",
243280849Scy	 (int) offsetof(struct info_peer_stats, sent));
244280849Scy  printf("offsetof(unused1) = %d\n",
245280849Scy	 (int) offsetof(struct info_peer_stats, unused1));
246280849Scy  printf("offsetof(processed) = %d\n",
247280849Scy	 (int) offsetof(struct info_peer_stats, processed));
248280849Scy  printf("offsetof(unused2) = %d\n",
249280849Scy	 (int) offsetof(struct info_peer_stats, unused2));
250280849Scy  printf("offsetof(badauth) = %d\n",
251280849Scy	 (int) offsetof(struct info_peer_stats, badauth));
252280849Scy  printf("offsetof(bogusorg) = %d\n",
253280849Scy	 (int) offsetof(struct info_peer_stats, bogusorg));
254280849Scy  printf("offsetof(oldpkt) = %d\n",
255280849Scy	 (int) offsetof(struct info_peer_stats, oldpkt));
256280849Scy  printf("offsetof(unused3) = %d\n",
257280849Scy	 (int) offsetof(struct info_peer_stats, unused3));
258280849Scy  printf("offsetof(unused4) = %d\n",
259280849Scy	 (int) offsetof(struct info_peer_stats, unused4));
260280849Scy  printf("offsetof(seldisp) = %d\n",
261280849Scy	 (int) offsetof(struct info_peer_stats, seldisp));
262280849Scy  printf("offsetof(selbroken) = %d\n",
263280849Scy	 (int) offsetof(struct info_peer_stats, selbroken));
264280849Scy  printf("offsetof(unused5) = %d\n",
265280849Scy	 (int) offsetof(struct info_peer_stats, unused5));
266280849Scy  printf("offsetof(candidate) = %d\n",
267280849Scy	 (int) offsetof(struct info_peer_stats, candidate));
268280849Scy  printf("offsetof(unused6) = %d\n",
269280849Scy	 (int) offsetof(struct info_peer_stats, unused6));
270280849Scy  printf("offsetof(unused7) = %d\n",
271280849Scy	 (int) offsetof(struct info_peer_stats, unused7));
272280849Scy  printf("offsetof(unused8) = %d\n",
273280849Scy	 (int) offsetof(struct info_peer_stats, unused8));
274280849Scy  printf("offsetof(v6_flag) = %d\n",
275280849Scy	 (int) offsetof(struct info_peer_stats, v6_flag));
276280849Scy  printf("offsetof(unused9) = %d\n",
277280849Scy	 (int) offsetof(struct info_peer_stats, unused9));
278280849Scy  printf("offsetof(dstadr6) = %d\n",
279280849Scy	 (int) offsetof(struct info_peer_stats, dstadr6));
280280849Scy  printf("offsetof(srcadr6) = %d\n",
281280849Scy	 (int) offsetof(struct info_peer_stats, srcadr6));
282280849Scy  printf("\n");
283280849Scy
284280849Scy  printf("sizeof(struct info_loop) = %d\n",
285280849Scy	 (int) sizeof(struct info_loop));
286280849Scy  printf("offsetof(last_offset) = %d\n",
287280849Scy	 (int) offsetof(struct info_loop, last_offset));
288280849Scy  printf("offsetof(drift_comp) = %d\n",
289280849Scy	 (int) offsetof(struct info_loop, drift_comp));
290280849Scy  printf("offsetof(compliance) = %d\n",
291280849Scy	 (int) offsetof(struct info_loop, compliance));
292280849Scy  printf("offsetof(watchdog_timer) = %d\n",
293280849Scy	 (int) offsetof(struct info_loop, watchdog_timer));
294280849Scy  printf("\n");
295280849Scy
296280849Scy  printf("sizeof(struct info_sys) = %d\n",
297280849Scy	 (int) sizeof(struct info_sys));
298280849Scy  printf("offsetof(peer) = %d\n",
299280849Scy	 (int) offsetof(struct info_sys, peer));
300280849Scy  printf("offsetof(peer_mode) = %d\n",
301280849Scy	 (int) offsetof(struct info_sys, peer_mode));
302280849Scy  printf("offsetof(leap) = %d\n",
303280849Scy	 (int) offsetof(struct info_sys, leap));
304280849Scy  printf("offsetof(stratum) = %d\n",
305280849Scy	 (int) offsetof(struct info_sys, stratum));
306280849Scy  printf("offsetof(precision) = %d\n",
307280849Scy	 (int) offsetof(struct info_sys, precision));
308280849Scy  printf("offsetof(rootdelay) = %d\n",
309280849Scy	 (int) offsetof(struct info_sys, rootdelay));
310280849Scy  printf("offsetof(rootdispersion) = %d\n",
311280849Scy	 (int) offsetof(struct info_sys, rootdispersion));
312280849Scy  printf("offsetof(refid) = %d\n",
313280849Scy	 (int) offsetof(struct info_sys, refid));
314280849Scy  printf("offsetof(reftime) = %d\n",
315280849Scy	 (int) offsetof(struct info_sys, reftime));
316280849Scy  printf("offsetof(poll) = %d\n",
317280849Scy	 (int) offsetof(struct info_sys, poll));
318280849Scy  printf("offsetof(flags) = %d\n",
319280849Scy	 (int) offsetof(struct info_sys, flags));
320280849Scy  printf("offsetof(unused1) = %d\n",
321280849Scy	 (int) offsetof(struct info_sys, unused1));
322280849Scy  printf("offsetof(unused2) = %d\n",
323280849Scy	 (int) offsetof(struct info_sys, unused2));
324280849Scy  printf("offsetof(unused3) = %d\n",
325280849Scy	 (int) offsetof(struct info_sys, unused3));
326280849Scy  printf("offsetof(bdelay) = %d\n",
327280849Scy	 (int) offsetof(struct info_sys, bdelay));
328280849Scy  printf("offsetof(frequency) = %d\n",
329280849Scy	 (int) offsetof(struct info_sys, frequency));
330280849Scy  printf("offsetof(authdelay) = %d\n",
331280849Scy	 (int) offsetof(struct info_sys, authdelay));
332280849Scy  printf("offsetof(stability) = %d\n",
333280849Scy	 (int) offsetof(struct info_sys, stability));
334280849Scy  printf("offsetof(v6_flag) = %d\n",
335280849Scy	 (int) offsetof(struct info_sys, v6_flag));
336280849Scy  printf("offsetof(unused4) = %d\n",
337280849Scy	 (int) offsetof(struct info_sys, unused4));
338280849Scy  printf("offsetof(peer6) = %d\n",
339280849Scy	 (int) offsetof(struct info_sys, peer6));
340280849Scy  printf("\n");
341280849Scy
342280849Scy  printf("sizeof(struct info_sys_stats) = %d\n",
343280849Scy	 (int) sizeof(struct info_sys_stats));
344280849Scy  printf("offsetof(timeup) = %d\n",
345280849Scy	 (int) offsetof(struct info_sys_stats, timeup));
346280849Scy  printf("offsetof(timereset) = %d\n",
347280849Scy	 (int) offsetof(struct info_sys_stats, timereset));
348280849Scy  printf("offsetof(denied) = %d\n",
349280849Scy	 (int) offsetof(struct info_sys_stats, denied));
350280849Scy  printf("offsetof(oldversionpkt) = %d\n",
351280849Scy	 (int) offsetof(struct info_sys_stats, oldversionpkt));
352280849Scy  printf("offsetof(newversionpkt) = %d\n",
353280849Scy	 (int) offsetof(struct info_sys_stats, newversionpkt));
354280849Scy  printf("offsetof(unknownversion) = %d\n",
355280849Scy	 (int) offsetof(struct info_sys_stats, unknownversion));
356280849Scy  printf("offsetof(badlength) = %d\n",
357280849Scy	 (int) offsetof(struct info_sys_stats, badlength));
358280849Scy  printf("offsetof(processed) = %d\n",
359280849Scy	 (int) offsetof(struct info_sys_stats, processed));
360280849Scy  printf("offsetof(badauth) = %d\n",
361280849Scy	 (int) offsetof(struct info_sys_stats, badauth));
362280849Scy  printf("offsetof(received) = %d\n",
363280849Scy	 (int) offsetof(struct info_sys_stats, received));
364280849Scy  printf("offsetof(limitrejected) = %d\n",
365280849Scy	 (int) offsetof(struct info_sys_stats, limitrejected));
366280849Scy  printf("\n");
367280849Scy
368280849Scy  printf("sizeof(struct old_info_sys_stats) = %d\n",
369280849Scy	 (int) sizeof(struct old_info_sys_stats));
370280849Scy  printf("offsetof(timeup) = %d\n",
371280849Scy	 (int) offsetof(struct old_info_sys_stats, timeup));
372280849Scy  printf("offsetof(timereset) = %d\n",
373280849Scy	 (int) offsetof(struct old_info_sys_stats, timereset));
374280849Scy  printf("offsetof(denied) = %d\n",
375280849Scy	 (int) offsetof(struct old_info_sys_stats, denied));
376280849Scy  printf("offsetof(oldversionpkt) = %d\n",
377280849Scy	 (int) offsetof(struct old_info_sys_stats, oldversionpkt));
378280849Scy  printf("offsetof(newversionpkt) = %d\n",
379280849Scy	 (int) offsetof(struct old_info_sys_stats, newversionpkt));
380280849Scy  printf("offsetof(unknownversion) = %d\n",
381280849Scy	 (int) offsetof(struct old_info_sys_stats, unknownversion));
382280849Scy  printf("offsetof(badlength) = %d\n",
383280849Scy	 (int) offsetof(struct old_info_sys_stats, badlength));
384280849Scy  printf("offsetof(processed) = %d\n",
385280849Scy	 (int) offsetof(struct old_info_sys_stats, processed));
386280849Scy  printf("offsetof(badauth) = %d\n",
387280849Scy	 (int) offsetof(struct old_info_sys_stats, badauth));
388280849Scy  printf("offsetof(wanderhold) = %d\n",
389280849Scy	 (int) offsetof(struct old_info_sys_stats, wanderhold));
390280849Scy  printf("\n");
391280849Scy
392280849Scy  printf("sizeof(struct info_mem_stats) = %d\n",
393280849Scy	 (int) sizeof(struct info_mem_stats));
394280849Scy  printf("offsetof(timereset) = %d\n",
395280849Scy	 (int) offsetof(struct info_mem_stats, timereset));
396280849Scy  printf("offsetof(totalpeermem) = %d\n",
397280849Scy	 (int) offsetof(struct info_mem_stats, totalpeermem));
398280849Scy  printf("offsetof(freepeermem) = %d\n",
399280849Scy	 (int) offsetof(struct info_mem_stats, freepeermem));
400280849Scy  printf("offsetof(findpeer_calls) = %d\n",
401280849Scy	 (int) offsetof(struct info_mem_stats, findpeer_calls));
402280849Scy  printf("offsetof(allocations) = %d\n",
403280849Scy	 (int) offsetof(struct info_mem_stats, allocations));
404280849Scy  printf("offsetof(demobilizations) = %d\n",
405280849Scy	 (int) offsetof(struct info_mem_stats, demobilizations));
406280849Scy  printf("offsetof(hashcount) = %d\n",
407280849Scy	 (int) offsetof(struct info_mem_stats, hashcount));
408280849Scy  printf("\n");
409280849Scy
410280849Scy  printf("sizeof(struct info_io_stats) = %d\n",
411280849Scy	 (int) sizeof(struct info_io_stats));
412280849Scy  printf("offsetof(timereset) = %d\n",
413280849Scy	 (int) offsetof(struct info_io_stats, timereset));
414280849Scy  printf("offsetof(totalrecvbufs) = %d\n",
415280849Scy	 (int) offsetof(struct info_io_stats, totalrecvbufs));
416280849Scy  printf("offsetof(freerecvbufs) = %d\n",
417280849Scy	 (int) offsetof(struct info_io_stats, freerecvbufs));
418280849Scy  printf("offsetof(fullrecvbufs) = %d\n",
419280849Scy	 (int) offsetof(struct info_io_stats, fullrecvbufs));
420280849Scy  printf("offsetof(lowwater) = %d\n",
421280849Scy	 (int) offsetof(struct info_io_stats, lowwater));
422280849Scy  printf("offsetof(dropped) = %d\n",
423280849Scy	 (int) offsetof(struct info_io_stats, dropped));
424280849Scy  printf("offsetof(ignored) = %d\n",
425280849Scy	 (int) offsetof(struct info_io_stats, ignored));
426280849Scy  printf("offsetof(received) = %d\n",
427280849Scy	 (int) offsetof(struct info_io_stats, received));
428280849Scy  printf("offsetof(sent) = %d\n",
429280849Scy	 (int) offsetof(struct info_io_stats, sent));
430280849Scy  printf("offsetof(notsent) = %d\n",
431280849Scy	 (int) offsetof(struct info_io_stats, notsent));
432280849Scy  printf("offsetof(interrupts) = %d\n",
433280849Scy	 (int) offsetof(struct info_io_stats, interrupts));
434280849Scy  printf("offsetof(int_received) = %d\n",
435280849Scy	 (int) offsetof(struct info_io_stats, int_received));
436280849Scy  printf("\n");
437280849Scy
438280849Scy  printf("sizeof(struct info_timer_stats) = %d\n",
439280849Scy	 (int) sizeof(struct info_timer_stats));
440280849Scy  printf("offsetof(timereset) = %d\n",
441280849Scy	 (int) offsetof(struct info_timer_stats, timereset));
442280849Scy  printf("offsetof(alarms) = %d\n",
443280849Scy	 (int) offsetof(struct info_timer_stats, alarms));
444280849Scy  printf("offsetof(overflows) = %d\n",
445280849Scy	 (int) offsetof(struct info_timer_stats, overflows));
446280849Scy  printf("offsetof(xmtcalls) = %d\n",
447280849Scy	 (int) offsetof(struct info_timer_stats, xmtcalls));
448280849Scy  printf("\n");
449280849Scy
450280849Scy  printf("sizeof(struct old_conf_peer) = %d\n",
451280849Scy	 (int) sizeof(struct old_conf_peer));
452280849Scy  printf("offsetof(peeraddr) = %d\n",
453280849Scy	 (int) offsetof(struct old_conf_peer, peeraddr));
454280849Scy  printf("offsetof(hmode) = %d\n",
455280849Scy	 (int) offsetof(struct old_conf_peer, hmode));
456280849Scy  printf("offsetof(version) = %d\n",
457280849Scy	 (int) offsetof(struct old_conf_peer, version));
458280849Scy  printf("offsetof(minpoll) = %d\n",
459280849Scy	 (int) offsetof(struct old_conf_peer, minpoll));
460280849Scy  printf("offsetof(maxpoll) = %d\n",
461280849Scy	 (int) offsetof(struct old_conf_peer, maxpoll));
462280849Scy  printf("offsetof(flags) = %d\n",
463280849Scy	 (int) offsetof(struct old_conf_peer, flags));
464280849Scy  printf("offsetof(ttl) = %d\n",
465280849Scy	 (int) offsetof(struct old_conf_peer, ttl));
466280849Scy  printf("offsetof(unused) = %d\n",
467280849Scy	 (int) offsetof(struct old_conf_peer, unused));
468280849Scy  printf("offsetof(keyid) = %d\n",
469280849Scy	 (int) offsetof(struct old_conf_peer, keyid));
470280849Scy  printf("\n");
471280849Scy
472280849Scy  printf("sizeof(struct conf_peer) = %d\n",
473280849Scy	 (int) sizeof(struct conf_peer));
474280849Scy  printf("offsetof(peeraddr) = %d\n",
475280849Scy	 (int) offsetof(struct conf_peer, peeraddr));
476280849Scy  printf("offsetof(hmode) = %d\n",
477280849Scy	 (int) offsetof(struct conf_peer, hmode));
478280849Scy  printf("offsetof(version) = %d\n",
479280849Scy	 (int) offsetof(struct conf_peer, version));
480280849Scy  printf("offsetof(minpoll) = %d\n",
481280849Scy	 (int) offsetof(struct conf_peer, minpoll));
482280849Scy  printf("offsetof(maxpoll) = %d\n",
483280849Scy	 (int) offsetof(struct conf_peer, maxpoll));
484280849Scy  printf("offsetof(flags) = %d\n",
485280849Scy	 (int) offsetof(struct conf_peer, flags));
486280849Scy  printf("offsetof(ttl) = %d\n",
487280849Scy	 (int) offsetof(struct conf_peer, ttl));
488280849Scy  printf("offsetof(unused1) = %d\n",
489280849Scy	 (int) offsetof(struct conf_peer, unused1));
490280849Scy  printf("offsetof(keyid) = %d\n",
491280849Scy	 (int) offsetof(struct conf_peer, keyid));
492280849Scy  printf("offsetof(keystr) = %d\n",
493280849Scy	 (int) offsetof(struct conf_peer, keystr));
494280849Scy  printf("offsetof(v6_flag) = %d\n",
495280849Scy	 (int) offsetof(struct conf_peer, v6_flag));
496280849Scy  printf("offsetof(unused2) = %d\n",
497280849Scy	 (int) offsetof(struct conf_peer, unused2));
498280849Scy  printf("offsetof(peeraddr6) = %d\n",
499280849Scy	 (int) offsetof(struct conf_peer, peeraddr6));
500280849Scy  printf("\n");
501280849Scy
502280849Scy  printf("sizeof(struct conf_unpeer) = %d\n",
503280849Scy	 (int) sizeof(struct conf_unpeer));
504280849Scy  printf("offsetof(peeraddr) = %d\n",
505280849Scy	 (int) offsetof(struct conf_unpeer, peeraddr));
506280849Scy  printf("offsetof(v6_flag) = %d\n",
507280849Scy	 (int) offsetof(struct conf_unpeer, v6_flag));
508280849Scy  printf("offsetof(peeraddr6) = %d\n",
509280849Scy	 (int) offsetof(struct conf_unpeer, peeraddr6));
510280849Scy  printf("\n");
511280849Scy
512280849Scy  printf("sizeof(struct conf_sys_flags) = %d\n",
513280849Scy	 (int) sizeof(struct conf_sys_flags));
514280849Scy  printf("offsetof(flags) = %d\n",
515280849Scy	 (int) offsetof(struct conf_sys_flags, flags));
516280849Scy  printf("\n");
517280849Scy
518280849Scy  printf("sizeof(struct info_restrict) = %d\n",
519280849Scy	 (int) sizeof(struct info_restrict));
520280849Scy  printf("offsetof(addr) = %d\n",
521280849Scy	 (int) offsetof(struct info_restrict, addr));
522280849Scy  printf("offsetof(mask) = %d\n",
523280849Scy	 (int) offsetof(struct info_restrict, mask));
524280849Scy  printf("offsetof(count) = %d\n",
525280849Scy	 (int) offsetof(struct info_restrict, count));
526280849Scy  printf("offsetof(flags) = %d\n",
527280849Scy	 (int) offsetof(struct info_restrict, flags));
528280849Scy  printf("offsetof(mflags) = %d\n",
529280849Scy	 (int) offsetof(struct info_restrict, mflags));
530280849Scy  printf("offsetof(v6_flag) = %d\n",
531280849Scy	 (int) offsetof(struct info_restrict, v6_flag));
532280849Scy  printf("offsetof(unused1) = %d\n",
533280849Scy	 (int) offsetof(struct info_restrict, unused1));
534280849Scy  printf("offsetof(addr6) = %d\n",
535280849Scy	 (int) offsetof(struct info_restrict, addr6));
536280849Scy  printf("offsetof(mask6) = %d\n",
537280849Scy	 (int) offsetof(struct info_restrict, mask6));
538280849Scy  printf("\n");
539280849Scy
540280849Scy  printf("sizeof(struct conf_restrict) = %d\n",
541280849Scy	 (int) sizeof(struct conf_restrict));
542280849Scy  printf("offsetof(addr) = %d\n",
543280849Scy	 (int) offsetof(struct conf_restrict, addr));
544280849Scy  printf("offsetof(mask) = %d\n",
545280849Scy	 (int) offsetof(struct conf_restrict, mask));
546280849Scy  printf("offsetof(flags) = %d\n",
547280849Scy	 (int) offsetof(struct conf_restrict, flags));
548280849Scy  printf("offsetof(mflags) = %d\n",
549280849Scy	 (int) offsetof(struct conf_restrict, mflags));
550280849Scy  printf("offsetof(v6_flag) = %d\n",
551280849Scy	 (int) offsetof(struct conf_restrict, v6_flag));
552280849Scy  printf("offsetof(addr6) = %d\n",
553280849Scy	 (int) offsetof(struct conf_restrict, addr6));
554280849Scy  printf("offsetof(mask6) = %d\n",
555280849Scy	 (int) offsetof(struct conf_restrict, mask6));
556280849Scy  printf("\n");
557280849Scy
558280849Scy  printf("sizeof(struct info_monitor_1) = %d\n",
559280849Scy	 (int) sizeof(struct info_monitor_1));
560280849Scy  printf("offsetof(avg_int) = %d\n",
561280849Scy	 (int) offsetof(struct info_monitor_1, avg_int));
562280849Scy  printf("offsetof(last_int) = %d\n",
563280849Scy	 (int) offsetof(struct info_monitor_1, last_int));
564280849Scy  printf("offsetof(restr) = %d\n",
565280849Scy	 (int) offsetof(struct info_monitor_1, restr));
566280849Scy  printf("offsetof(count) = %d\n",
567280849Scy	 (int) offsetof(struct info_monitor_1, count));
568280849Scy  printf("offsetof(addr) = %d\n",
569280849Scy	 (int) offsetof(struct info_monitor_1, addr));
570280849Scy  printf("offsetof(daddr) = %d\n",
571280849Scy	 (int) offsetof(struct info_monitor_1, daddr));
572280849Scy  printf("offsetof(flags) = %d\n",
573280849Scy	 (int) offsetof(struct info_monitor_1, flags));
574280849Scy  printf("offsetof(port) = %d\n",
575280849Scy	 (int) offsetof(struct info_monitor_1, port));
576280849Scy  printf("offsetof(mode) = %d\n",
577280849Scy	 (int) offsetof(struct info_monitor_1, mode));
578280849Scy  printf("offsetof(version) = %d\n",
579280849Scy	 (int) offsetof(struct info_monitor_1, version));
580280849Scy  printf("offsetof(v6_flag) = %d\n",
581280849Scy	 (int) offsetof(struct info_monitor_1, v6_flag));
582280849Scy  printf("offsetof(unused1) = %d\n",
583280849Scy	 (int) offsetof(struct info_monitor_1, unused1));
584280849Scy  printf("offsetof(addr6) = %d\n",
585280849Scy	 (int) offsetof(struct info_monitor_1, addr6));
586280849Scy  printf("offsetof(daddr6) = %d\n",
587280849Scy	 (int) offsetof(struct info_monitor_1, daddr6));
588280849Scy  printf("\n");
589280849Scy
590280849Scy  printf("sizeof(struct info_monitor) = %d\n",
591280849Scy	 (int) sizeof(struct info_monitor));
592280849Scy  printf("offsetof(avg_int) = %d\n",
593280849Scy	 (int) offsetof(struct info_monitor, avg_int));
594280849Scy  printf("offsetof(last_int) = %d\n",
595280849Scy	 (int) offsetof(struct info_monitor, last_int));
596280849Scy  printf("offsetof(restr) = %d\n",
597280849Scy	 (int) offsetof(struct info_monitor, restr));
598280849Scy  printf("offsetof(count) = %d\n",
599280849Scy	 (int) offsetof(struct info_monitor, count));
600280849Scy  printf("offsetof(addr) = %d\n",
601280849Scy	 (int) offsetof(struct info_monitor, addr));
602280849Scy  printf("offsetof(port) = %d\n",
603280849Scy	 (int) offsetof(struct info_monitor, port));
604280849Scy  printf("offsetof(mode) = %d\n",
605280849Scy	 (int) offsetof(struct info_monitor, mode));
606280849Scy  printf("offsetof(version) = %d\n",
607280849Scy	 (int) offsetof(struct info_monitor, version));
608280849Scy  printf("offsetof(v6_flag) = %d\n",
609280849Scy	 (int) offsetof(struct info_monitor, v6_flag));
610280849Scy  printf("offsetof(unused1) = %d\n",
611280849Scy	 (int) offsetof(struct info_monitor, unused1));
612280849Scy  printf("offsetof(addr6) = %d\n",
613280849Scy	 (int) offsetof(struct info_monitor, addr6));
614280849Scy  printf("\n");
615280849Scy
616280849Scy  printf("sizeof(struct old_info_monitor) = %d\n",
617280849Scy	 (int) sizeof(struct old_info_monitor));
618280849Scy  printf("offsetof(lasttime) = %d\n",
619280849Scy	 (int) offsetof(struct old_info_monitor, lasttime));
620280849Scy  printf("offsetof(firsttime) = %d\n",
621280849Scy	 (int) offsetof(struct old_info_monitor, firsttime));
622280849Scy  printf("offsetof(count) = %d\n",
623280849Scy	 (int) offsetof(struct old_info_monitor, count));
624280849Scy  printf("offsetof(addr) = %d\n",
625280849Scy	 (int) offsetof(struct old_info_monitor, addr));
626280849Scy  printf("offsetof(port) = %d\n",
627280849Scy	 (int) offsetof(struct old_info_monitor, port));
628280849Scy  printf("offsetof(mode) = %d\n",
629280849Scy	 (int) offsetof(struct old_info_monitor, mode));
630280849Scy  printf("offsetof(version) = %d\n",
631280849Scy	 (int) offsetof(struct old_info_monitor, version));
632280849Scy  printf("offsetof(v6_flag) = %d\n",
633280849Scy	 (int) offsetof(struct old_info_monitor, v6_flag));
634280849Scy  printf("offsetof(addr6) = %d\n",
635280849Scy	 (int) offsetof(struct old_info_monitor, addr6));
636280849Scy  printf("\n");
637280849Scy
638280849Scy  printf("sizeof(struct reset_flags) = %d\n",
639280849Scy	 (int) sizeof(struct reset_flags));
640280849Scy  printf("offsetof(flags) = %d\n",
641280849Scy	 (int) offsetof(struct reset_flags, flags));
642280849Scy  printf("\n");
643280849Scy
644280849Scy  printf("sizeof(struct info_auth) = %d\n",
645280849Scy	 (int) sizeof(struct info_auth));
646280849Scy  printf("offsetof(timereset) = %d\n",
647280849Scy	 (int) offsetof(struct info_auth, timereset));
648280849Scy  printf("offsetof(numkeys) = %d\n",
649280849Scy	 (int) offsetof(struct info_auth, numkeys));
650280849Scy  printf("offsetof(numfreekeys) = %d\n",
651280849Scy	 (int) offsetof(struct info_auth, numfreekeys));
652280849Scy  printf("offsetof(keylookups) = %d\n",
653280849Scy	 (int) offsetof(struct info_auth, keylookups));
654280849Scy  printf("offsetof(keynotfound) = %d\n",
655280849Scy	 (int) offsetof(struct info_auth, keynotfound));
656280849Scy  printf("offsetof(encryptions) = %d\n",
657280849Scy	 (int) offsetof(struct info_auth, encryptions));
658280849Scy  printf("offsetof(decryptions) = %d\n",
659280849Scy	 (int) offsetof(struct info_auth, decryptions));
660280849Scy  printf("offsetof(expired) = %d\n",
661280849Scy	 (int) offsetof(struct info_auth, expired));
662280849Scy  printf("offsetof(keyuncached) = %d\n",
663280849Scy	 (int) offsetof(struct info_auth, keyuncached));
664280849Scy  printf("\n");
665280849Scy
666280849Scy  printf("sizeof(struct info_trap) = %d\n",
667280849Scy	 (int) sizeof(struct info_trap));
668280849Scy  printf("offsetof(local_address) = %d\n",
669280849Scy	 (int) offsetof(struct info_trap, local_address));
670280849Scy  printf("offsetof(trap_address) = %d\n",
671280849Scy	 (int) offsetof(struct info_trap, trap_address));
672280849Scy  printf("offsetof(trap_port) = %d\n",
673280849Scy	 (int) offsetof(struct info_trap, trap_port));
674280849Scy  printf("offsetof(sequence) = %d\n",
675280849Scy	 (int) offsetof(struct info_trap, sequence));
676280849Scy  printf("offsetof(settime) = %d\n",
677280849Scy	 (int) offsetof(struct info_trap, settime));
678280849Scy  printf("offsetof(origtime) = %d\n",
679280849Scy	 (int) offsetof(struct info_trap, origtime));
680280849Scy  printf("offsetof(resets) = %d\n",
681280849Scy	 (int) offsetof(struct info_trap, resets));
682280849Scy  printf("offsetof(flags) = %d\n",
683280849Scy	 (int) offsetof(struct info_trap, flags));
684280849Scy  printf("offsetof(v6_flag) = %d\n",
685280849Scy	 (int) offsetof(struct info_trap, v6_flag));
686280849Scy  printf("offsetof(local_address6) = %d\n",
687280849Scy	 (int) offsetof(struct info_trap, local_address6));
688280849Scy  printf("offsetof(trap_address6) = %d\n",
689280849Scy	 (int) offsetof(struct info_trap, trap_address6));
690280849Scy  printf("\n");
691280849Scy
692280849Scy  printf("sizeof(struct conf_trap) = %d\n",
693280849Scy	 (int) sizeof(struct conf_trap));
694280849Scy  printf("offsetof(local_address) = %d\n",
695280849Scy	 (int) offsetof(struct conf_trap, local_address));
696280849Scy  printf("offsetof(trap_address) = %d\n",
697280849Scy	 (int) offsetof(struct conf_trap, trap_address));
698280849Scy  printf("offsetof(trap_port) = %d\n",
699280849Scy	 (int) offsetof(struct conf_trap, trap_port));
700280849Scy  printf("offsetof(unused) = %d\n",
701280849Scy	 (int) offsetof(struct conf_trap, unused));
702280849Scy  printf("offsetof(v6_flag) = %d\n",
703280849Scy	 (int) offsetof(struct conf_trap, v6_flag));
704280849Scy  printf("offsetof(local_address6) = %d\n",
705280849Scy	 (int) offsetof(struct conf_trap, local_address6));
706280849Scy  printf("offsetof(trap_address6) = %d\n",
707280849Scy	 (int) offsetof(struct conf_trap, trap_address6));
708280849Scy  printf("\n");
709280849Scy
710280849Scy  printf("sizeof(struct info_control) = %d\n",
711280849Scy	 (int) sizeof(struct info_control));
712280849Scy  printf("offsetof(ctltimereset) = %d\n",
713280849Scy	 (int) offsetof(struct info_control, ctltimereset));
714280849Scy  printf("offsetof(numctlreq) = %d\n",
715280849Scy	 (int) offsetof(struct info_control, numctlreq));
716280849Scy  printf("offsetof(numctlbadpkts) = %d\n",
717280849Scy	 (int) offsetof(struct info_control, numctlbadpkts));
718280849Scy  printf("offsetof(numctlresponses) = %d\n",
719280849Scy	 (int) offsetof(struct info_control, numctlresponses));
720280849Scy  printf("offsetof(numctlfrags) = %d\n",
721280849Scy	 (int) offsetof(struct info_control, numctlfrags));
722280849Scy  printf("offsetof(numctlerrors) = %d\n",
723280849Scy	 (int) offsetof(struct info_control, numctlerrors));
724280849Scy  printf("offsetof(numctltooshort) = %d\n",
725280849Scy	 (int) offsetof(struct info_control, numctltooshort));
726280849Scy  printf("offsetof(numctlinputresp) = %d\n",
727280849Scy	 (int) offsetof(struct info_control, numctlinputresp));
728280849Scy  printf("offsetof(numctlinputfrag) = %d\n",
729280849Scy	 (int) offsetof(struct info_control, numctlinputfrag));
730280849Scy  printf("offsetof(numctlinputerr) = %d\n",
731280849Scy	 (int) offsetof(struct info_control, numctlinputerr));
732280849Scy  printf("offsetof(numctlbadoffset) = %d\n",
733280849Scy	 (int) offsetof(struct info_control, numctlbadoffset));
734280849Scy  printf("offsetof(numctlbadversion) = %d\n",
735280849Scy	 (int) offsetof(struct info_control, numctlbadversion));
736280849Scy  printf("offsetof(numctldatatooshort) = %d\n",
737280849Scy	 (int) offsetof(struct info_control, numctldatatooshort));
738280849Scy  printf("offsetof(numctlbadop) = %d\n",
739280849Scy	 (int) offsetof(struct info_control, numctlbadop));
740280849Scy  printf("offsetof(numasyncmsgs) = %d\n",
741280849Scy	 (int) offsetof(struct info_control, numasyncmsgs));
742280849Scy  printf("\n");
743280849Scy
744280849Scy  printf("sizeof(struct info_clock) = %d\n",
745280849Scy	 (int) sizeof(struct info_clock));
746280849Scy  printf("offsetof(clockadr) = %d\n",
747280849Scy	 (int) offsetof(struct info_clock, clockadr));
748280849Scy  printf("offsetof(type) = %d\n",
749280849Scy	 (int) offsetof(struct info_clock, type));
750280849Scy  printf("offsetof(flags) = %d\n",
751280849Scy	 (int) offsetof(struct info_clock, flags));
752280849Scy  printf("offsetof(lastevent) = %d\n",
753280849Scy	 (int) offsetof(struct info_clock, lastevent));
754280849Scy  printf("offsetof(currentstatus) = %d\n",
755280849Scy	 (int) offsetof(struct info_clock, currentstatus));
756280849Scy  printf("offsetof(polls) = %d\n",
757280849Scy	 (int) offsetof(struct info_clock, polls));
758280849Scy  printf("offsetof(noresponse) = %d\n",
759280849Scy	 (int) offsetof(struct info_clock, noresponse));
760280849Scy  printf("offsetof(badformat) = %d\n",
761280849Scy	 (int) offsetof(struct info_clock, badformat));
762280849Scy  printf("offsetof(baddata) = %d\n",
763280849Scy	 (int) offsetof(struct info_clock, baddata));
764280849Scy  printf("offsetof(timestarted) = %d\n",
765280849Scy	 (int) offsetof(struct info_clock, timestarted));
766280849Scy  printf("offsetof(fudgetime1) = %d\n",
767280849Scy	 (int) offsetof(struct info_clock, fudgetime1));
768280849Scy  printf("offsetof(fudgetime2) = %d\n",
769280849Scy	 (int) offsetof(struct info_clock, fudgetime2));
770280849Scy  printf("offsetof(fudgeval1) = %d\n",
771280849Scy	 (int) offsetof(struct info_clock, fudgeval1));
772280849Scy  printf("offsetof(fudgeval2) = %d\n",
773280849Scy	 (int) offsetof(struct info_clock, fudgeval2));
774280849Scy  printf("\n");
775280849Scy
776280849Scy  printf("sizeof(struct conf_fudge) = %d\n",
777280849Scy	 (int) sizeof(struct conf_fudge));
778280849Scy  printf("offsetof(clockadr) = %d\n",
779280849Scy	 (int) offsetof(struct conf_fudge, clockadr));
780280849Scy  printf("offsetof(which) = %d\n",
781280849Scy	 (int) offsetof(struct conf_fudge, which));
782280849Scy  printf("offsetof(fudgetime) = %d\n",
783280849Scy	 (int) offsetof(struct conf_fudge, fudgetime));
784280849Scy  printf("offsetof(fudgeval_flags) = %d\n",
785280849Scy	 (int) offsetof(struct conf_fudge, fudgeval_flags));
786280849Scy  printf("\n");
787280849Scy
788280849Scy  printf("sizeof(struct info_clkbug) = %d\n",
789280849Scy	 (int) sizeof(struct info_clkbug));
790280849Scy  printf("offsetof(clockadr) = %d\n",
791280849Scy	 (int) offsetof(struct info_clkbug, clockadr));
792280849Scy  printf("offsetof(nvalues) = %d\n",
793280849Scy	 (int) offsetof(struct info_clkbug, nvalues));
794280849Scy  printf("offsetof(ntimes) = %d\n",
795280849Scy	 (int) offsetof(struct info_clkbug, ntimes));
796280849Scy  printf("offsetof(svalues) = %d\n",
797280849Scy	 (int) offsetof(struct info_clkbug, svalues));
798280849Scy  printf("offsetof(stimes) = %d\n",
799280849Scy	 (int) offsetof(struct info_clkbug, stimes));
800280849Scy  printf("offsetof(values) = %d\n",
801280849Scy	 (int) offsetof(struct info_clkbug, values));
802280849Scy  printf("offsetof(times) = %d\n",
803280849Scy	 (int) offsetof(struct info_clkbug, times));
804280849Scy  printf("\n");
805280849Scy
806280849Scy  printf("sizeof(struct info_kernel) = %d\n",
807280849Scy	 (int) sizeof(struct info_kernel));
808280849Scy  printf("offsetof(offset) = %d\n",
809280849Scy	 (int) offsetof(struct info_kernel, offset));
810280849Scy  printf("offsetof(freq) = %d\n",
811280849Scy	 (int) offsetof(struct info_kernel, freq));
812280849Scy  printf("offsetof(maxerror) = %d\n",
813280849Scy	 (int) offsetof(struct info_kernel, maxerror));
814280849Scy  printf("offsetof(esterror) = %d\n",
815280849Scy	 (int) offsetof(struct info_kernel, esterror));
816280849Scy  printf("offsetof(status) = %d\n",
817280849Scy	 (int) offsetof(struct info_kernel, status));
818280849Scy  printf("offsetof(shift) = %d\n",
819280849Scy	 (int) offsetof(struct info_kernel, shift));
820280849Scy  printf("offsetof(constant) = %d\n",
821280849Scy	 (int) offsetof(struct info_kernel, constant));
822280849Scy  printf("offsetof(precision) = %d\n",
823280849Scy	 (int) offsetof(struct info_kernel, precision));
824280849Scy  printf("offsetof(tolerance) = %d\n",
825280849Scy	 (int) offsetof(struct info_kernel, tolerance));
826280849Scy  printf("offsetof(ppsfreq) = %d\n",
827280849Scy	 (int) offsetof(struct info_kernel, ppsfreq));
828280849Scy  printf("offsetof(jitter) = %d\n",
829280849Scy	 (int) offsetof(struct info_kernel, jitter));
830280849Scy  printf("offsetof(stabil) = %d\n",
831280849Scy	 (int) offsetof(struct info_kernel, stabil));
832280849Scy  printf("offsetof(jitcnt) = %d\n",
833280849Scy	 (int) offsetof(struct info_kernel, jitcnt));
834280849Scy  printf("offsetof(calcnt) = %d\n",
835280849Scy	 (int) offsetof(struct info_kernel, calcnt));
836280849Scy  printf("offsetof(errcnt) = %d\n",
837280849Scy	 (int) offsetof(struct info_kernel, errcnt));
838280849Scy  printf("offsetof(stbcnt) = %d\n",
839280849Scy	 (int) offsetof(struct info_kernel, stbcnt));
840280849Scy  printf("\n");
841280849Scy
842280849Scy  printf("sizeof(struct info_if_stats) = %d\n",
843280849Scy	 (int) sizeof(struct info_if_stats));
844280849Scy  printf("offsetof(unaddr) = %d\n",
845280849Scy	 (int) offsetof(struct info_if_stats, unaddr));
846280849Scy  printf("offsetof(unbcast) = %d\n",
847280849Scy	 (int) offsetof(struct info_if_stats, unbcast));
848280849Scy  printf("offsetof(unmask) = %d\n",
849280849Scy	 (int) offsetof(struct info_if_stats, unmask));
850280849Scy  printf("offsetof(v6_flag) = %d\n",
851280849Scy	 (int) offsetof(struct info_if_stats, v6_flag));
852280849Scy  printf("offsetof(name) = %d\n",
853280849Scy	 (int) offsetof(struct info_if_stats, name));
854280849Scy  printf("offsetof(flags) = %d\n",
855280849Scy	 (int) offsetof(struct info_if_stats, flags));
856280849Scy  printf("offsetof(last_ttl) = %d\n",
857280849Scy	 (int) offsetof(struct info_if_stats, last_ttl));
858280849Scy  printf("offsetof(num_mcast) = %d\n",
859280849Scy	 (int) offsetof(struct info_if_stats, num_mcast));
860280849Scy  printf("offsetof(received) = %d\n",
861280849Scy	 (int) offsetof(struct info_if_stats, received));
862280849Scy  printf("offsetof(sent) = %d\n",
863280849Scy	 (int) offsetof(struct info_if_stats, sent));
864280849Scy  printf("offsetof(notsent) = %d\n",
865280849Scy	 (int) offsetof(struct info_if_stats, notsent));
866280849Scy  printf("offsetof(uptime) = %d\n",
867280849Scy	 (int) offsetof(struct info_if_stats, uptime));
868280849Scy  printf("offsetof(scopeid) = %d\n",
869280849Scy	 (int) offsetof(struct info_if_stats, scopeid));
870280849Scy  printf("offsetof(ifindex) = %d\n",
871280849Scy	 (int) offsetof(struct info_if_stats, ifindex));
872280849Scy  printf("offsetof(ifnum) = %d\n",
873280849Scy	 (int) offsetof(struct info_if_stats, ifnum));
874280849Scy  printf("offsetof(peercnt) = %d\n",
875280849Scy	 (int) offsetof(struct info_if_stats, peercnt));
876280849Scy  printf("offsetof(family) = %d\n",
877280849Scy	 (int) offsetof(struct info_if_stats, family));
878280849Scy  printf("offsetof(ignore_packets) = %d\n",
879280849Scy	 (int) offsetof(struct info_if_stats, ignore_packets));
880280849Scy  printf("offsetof(action) = %d\n",
881280849Scy	 (int) offsetof(struct info_if_stats, action));
882280849Scy  printf("offsetof(_filler0) = %d\n",
883280849Scy	 (int) offsetof(struct info_if_stats, _filler0));
884280849Scy  printf("\n");
885280849Scy
886280849Scy  printf("sizeof(struct info_dns_assoc) = %d\n",
887280849Scy	 (int) sizeof(struct info_dns_assoc));
888280849Scy  printf("offsetof(peeraddr) = %d\n",
889280849Scy	 (int) offsetof(struct info_dns_assoc, peeraddr));
890280849Scy  printf("offsetof(associd) = %d\n",
891280849Scy	 (int) offsetof(struct info_dns_assoc, associd));
892280849Scy  printf("offsetof(hostname) = %d\n",
893280849Scy	 (int) offsetof(struct info_dns_assoc, hostname));
894280849Scy  printf("\n");
895280849Scy
896