summaryrefslogtreecommitdiffstats
path: root/sebhbsd/freebsd/contrib/ntp/include/namespace.h
blob: f5653fcea37deac4f96f28d13b7185812aed3bea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
#define addremove_io_fd _ntp_addremove_io_fd
#define alarm_flag _ntp_alarm_flag
#define alarm_overflow _ntp_alarm_overflow
#define allow_panic _ntp_allow_panic
#define any6_interface _ntp_any6_interface
#define any_interface _ntp_any_interface
#define assoc_hash _ntp_assoc_hash
#define assoc_hash_count _ntp_assoc_hash_count
#define assocpeer_calls _ntp_assocpeer_calls
#define asyncio_reader_list _ntp_asyncio_reader_list
#define authdecryptions _ntp_authdecryptions
#define authencryptions _ntp_authencryptions
#define authfreekeys _ntp_authfreekeys
#define authhashdisabled _ntp_authhashdisabled
#define authkeyexpired _ntp_authkeyexpired
#define authkeylookups _ntp_authkeylookups
#define authkeynotfound _ntp_authkeynotfound
#define authkeyuncached _ntp_authkeyuncached
#define authnokey _ntp_authnokey
#define authnumfreekeys _ntp_authnumfreekeys
#define authnumkeys _ntp_authnumkeys
#define auth_timereset _ntp_auth_timereset
#define blocking_child_ready_done _ntp_blocking_child_ready_done
#define blocking_child_ready_seen _ntp_blocking_child_ready_seen
#define blocking_children _ntp_blocking_children
#define blocking_children_alloc _ntp_blocking_children_alloc
#define broadcast_client_enabled _ntp_broadcast_client_enabled
#define cache_flags _ntp_cache_flags
#define cache_keyacclist _ntp_cache_keyacclist
#define cache_keyid _ntp_cache_keyid
#define cache_secret _ntp_cache_secret
#define cache_secretsize _ntp_cache_secretsize
#define cache_type _ntp_cache_type
#define cfgt _ntp_cfgt
#define cfg_tree_history _ntp_cfg_tree_history
#define clock_codec _ntp_clock_codec
#define clock_jitter _ntp_clock_jitter
#define clock_stability _ntp_clock_stability
#define cmdline_server_count _ntp_cmdline_server_count
#define cmdline_servers _ntp_cmdline_servers
#define conf_file_sum _ntp_conf_file_sum
#define config_file _ntp_config_file
#define config_priority _ntp_config_priority
#define config_priority_override _ntp_config_priority_override
#define cryptosw _ntp_cryptosw
#define ctl_auth_keyid _ntp_ctl_auth_keyid
#define ctltimereset _ntp_ctltimereset
#define ctl_traps _ntp_ctl_traps
#define current_time _ntp_current_time
#define debug _ntp_debug
#define disable_dynamic_updates _ntp_disable_dynamic_updates
#define dnschild_contexts _ntp_dnschild_contexts
#define dnschild_contexts_alloc _ntp_dnschild_contexts_alloc
#define dnsworker_contexts _ntp_dnsworker_contexts
#define dnsworker_contexts_alloc _ntp_dnsworker_contexts_alloc
#define drift_comp _ntp_drift_comp
#define dynamic_interleave _ntp_dynamic_interleave
#define ep_list _ntp_ep_list
#define errorcounter _ntp_errorcounter
#define ext_enable _ntp_ext_enable
#define fd_list _ntp_fd_list
#define findpeer_calls _ntp_findpeer_calls
#define force_step_once _ntp_force_step_once
#define freq_cnt _ntp_freq_cnt
#define freq_set _ntp_freq_set
#define handler_calls _ntp_handler_calls
#define handler_pkts _ntp_handler_pkts
#define hardpps_enable _ntp_hardpps_enable
#define info_auth_keyid _ntp_info_auth_keyid
#define initializing _ntp_initializing
#define interface_interval _ntp_interface_interval
#define intres_req_pending _ntp_intres_req_pending
#define io_timereset _ntp_io_timereset
#define ipv4_works _ntp_ipv4_works
#define ipv6_works _ntp_ipv6_works
#define isc_lctx _ntp_isc_lctx
#define isc_msgcat _ntp_isc_msgcat
#define itimer _ntp_itimer
#define kernel_status _ntp_kernel_status
#define key_hash _ntp_key_hash
#define key_listhead _ntp_key_listhead
#define last_offset _ntp_last_offset
#define leapdif _ntp_leapdif
#define leapsec _ntp_leapsec
#define leap_sec_in_progress _ntp_leap_sec_in_progress
#define leap_smear _ntp_leap_smear
#define leap_smear_intv _ntp_leap_smear_intv
#define lib_inited _ntp_lib_inited
#define lib_nextbuf _ntp_lib_nextbuf
#define lib_stringbuf _ntp_lib_stringbuf
#define loopback_interface _ntp_loopback_interface
#define mc4_list _ntp_mc4_list
#define mc6_list _ntp_mc6_list
#define measured_tick _ntp_measured_tick
#define mode_ntpdate _ntp_mode_ntpdate
#define mon_enabled _ntp_mon_enabled
#define mon_hash _ntp_mon_hash
#define mon_hash_bits _ntp_mon_hash_bits
#define mon_mru_list _ntp_mon_mru_list
#define mru_alloc _ntp_mru_alloc
#define mru_entries _ntp_mru_entries
#define mru_peakentries _ntp_mru_peakentries
#define msyslog_term _ntp_msyslog_term
#define nic_rule_list _ntp_nic_rule_list
#define ninterfaces _ntp_ninterfaces
#define nofork _ntp_nofork
#define ntp_crypto_bs_pubkey _ntp_ntp_crypto_bs_pubkey
#define ntp_mode7 _ntp_ntp_mode7
#define numasyncmsgs _ntp_numasyncmsgs
#define numctlbadoffset _ntp_numctlbadoffset
#define numctlbadop _ntp_numctlbadop
#define numctlbadpkts _ntp_numctlbadpkts
#define numctlbadversion _ntp_numctlbadversion
#define numctldatatooshort _ntp_numctldatatooshort
#define numctlerrors _ntp_numctlerrors
#define numctlfrags _ntp_numctlfrags
#define numctlinputerr _ntp_numctlinputerr
#define numctlinputfrag _ntp_numctlinputfrag
#define numctlinputresp _ntp_numctlinputresp
#define numctlreq _ntp_numctlreq
#define numctlresponses _ntp_numctlresponses
#define numctltooshort _ntp_numctltooshort
#define num_ctl_traps _ntp_num_ctl_traps
#define numrequests _ntp_numrequests
#define numresppkts _ntp_numresppkts
#define optionParseShellOptions _ntp_optionParseShellOptions
#define option_usage_fp _ntp_option_usage_fp
#define orphwait _ntp_orphwait
#define packets_dropped _ntp_packets_dropped
#define packets_ignored _ntp_packets_ignored
#define packets_notsent _ntp_packets_notsent
#define packets_received _ntp_packets_received
#define packets_sent _ntp_packets_sent
#define peer_allocations _ntp_peer_allocations
#define peer_associations _ntp_peer_associations
#define peer_demobilizations _ntp_peer_demobilizations
#define peer_free_count _ntp_peer_free_count
#define peer_hash _ntp_peer_hash
#define peer_hash_count _ntp_peer_hash_count
#define peer_list _ntp_peer_list
#define peer_ntpdate _ntp_peer_ntpdate
#define peer_preempt _ntp_peer_preempt
#define peer_timereset _ntp_peer_timereset
#define pll_control _ntp_pll_control
#define pll_status _ntp_pll_status
#define pps_stratum _ntp_pps_stratum
#define progname _ntp_progname
#define remoteaddr_list _ntp_remoteaddr_list
#define remote_config _ntp_remote_config
#define restrictlist4 _ntp_restrictlist4
#define restrictlist6 _ntp_restrictlist6
#define saveconfigdir _ntp_saveconfigdir
#define saved_argc _ntp_saved_argc
#define saved_argv _ntp_saved_argv
#define set_tod_using _ntp_set_tod_using
#define state _ntp_state
#define stats_control _ntp_stats_control
#define stats_drift_file _ntp_stats_drift_file
#define step_callback _ntp_step_callback
#define sys_authdelay _ntp_sys_authdelay
#define sys_authenticate _ntp_sys_authenticate
#define sys_badauth _ntp_sys_badauth
#define sys_badlength _ntp_sys_badlength
#define sys_bclient _ntp_sys_bclient
#define sys_bcpollbstep _ntp_sys_bcpollbstep
#define sys_bdelay _ntp_sys_bdelay
#define sys_cohort _ntp_sys_cohort
#define sys_declined _ntp_sys_declined
#define sys_epoch _ntp_sys_epoch
#define sys_floor _ntp_sys_floor
#define sys_fuzz _ntp_sys_fuzz
#define sys_fuzz_nsec _ntp_sys_fuzz_nsec
#define sys_ident _ntp_sys_ident
#define sys_ifnum _ntp_sys_ifnum
#define sys_jitter _ntp_sys_jitter
#define sys_kodsent _ntp_sys_kodsent
#define sys_lamport _ntp_sys_lamport
#define sys_leap _ntp_sys_leap
#define sys_limitrejected _ntp_sys_limitrejected
#define syslog_abs_fname _ntp_syslog_abs_fname
#define syslog_file _ntp_syslog_file
#define syslog_fname _ntp_syslog_fname
#define sys_manycastserver _ntp_sys_manycastserver
#define sys_newversion _ntp_sys_newversion
#define sys_offset _ntp_sys_offset
#define sys_oldversion _ntp_sys_oldversion
#define sys_peer _ntp_sys_peer
#define sys_phone _ntp_sys_phone
#define sys_poll _ntp_sys_poll
#define sys_precision _ntp_sys_precision
#define sys_private _ntp_sys_private
#define sys_processed _ntp_sys_processed
#define sys_received _ntp_sys_received
#define sys_refid _ntp_sys_refid
#define sys_reftime _ntp_sys_reftime
#define sys_residual _ntp_sys_residual
#define sys_restricted _ntp_sys_restricted
#define sys_rootdelay _ntp_sys_rootdelay
#define sys_rootdisp _ntp_sys_rootdisp
#define sys_stattime _ntp_sys_stattime
#define sys_stratum _ntp_sys_stratum
#define sys_survivors _ntp_sys_survivors
#define sys_tai _ntp_sys_tai
#define sys_tick _ntp_sys_tick
#define sys_tsrounding _ntp_sys_tsrounding
#define sys_ttl _ntp_sys_ttl
#define sys_ttlmax _ntp_sys_ttlmax
#define tc_counter _ntp_tc_counter
#define timer_overflows _ntp_timer_overflows
#define timer_timereset _ntp_timer_timereset
#define timer_xmtcalls _ntp_timer_xmtcalls
#define total_peer_structs _ntp_total_peer_structs
#define trunc_os_clock _ntp_trunc_os_clock
#define unexpected_error_cnt _ntp_unexpected_error_cnt
#define was_alarmed _ntp_was_alarmed
#define worker_per_query _ntp_worker_per_query
#define work_fork_nonempty_compilation_unit _ntp_work_fork_nonempty_compilation_unit
#define xmt_leap _ntp_xmt_leap
#define yychar _ntp_yychar
#define yydebug _ntp_yydebug
#define yylval _ntp_yylval
#define yynerrs _ntp_yynerrs
#define yytext _ntp_yytext
#define allan_xpt _ntp_allan_xpt
#define AM _ntp_AM
#define authhashbuckets _ntp_authhashbuckets
#define authhashmask _ntp_authhashmask
#define clktypes _ntp_clktypes
#define clock_max_back _ntp_clock_max_back
#define clock_max_fwd _ntp_clock_max_fwd
#define clock_minstep _ntp_clock_minstep
#define clock_panic _ntp_clock_panic
#define clock_phi _ntp_clock_phi
#define cur_memlock _ntp_cur_memlock
#define default_keysdir _ntp_default_keysdir
#define enable_panic_check _ntp_enable_panic_check
#define genshelloptOptions _ntp_genshelloptOptions
#define isc_categories _ntp_isc_categories
#define isc_interval_zero _ntp_isc_interval_zero
#define isc_modules _ntp_isc_modules
#define isc_time_epoch _ntp_isc_time_epoch
#define kern_enable _ntp_kern_enable
#define keysdir _ntp_keysdir
#define listen_to_virtual_ips _ntp_listen_to_virtual_ips
#define mon_age _ntp_mon_age
#define mru_incalloc _ntp_mru_incalloc
#define mru_initalloc _ntp_mru_initalloc
#define mru_maxage _ntp_mru_maxage
#define mru_maxdepth _ntp_mru_maxdepth
#define mru_mindepth _ntp_mru_mindepth
#define msyslog_include_timestamp _ntp_msyslog_include_timestamp
#define msyslog_term_pid _ntp_msyslog_term_pid
#define ntpdOptions _ntp_ntpdOptions
#define ntp_enable _ntp_ntp_enable
#define ntp_minpkt _ntp_ntp_minpkt
#define ntp_minpoll _ntp_ntp_minpoll
#define ntp_signd_socket _ntp_ntp_signd_socket
#define ntp_syslogmask _ntp_ntp_syslogmask
#define old_config_style _ntp_old_config_style
#define opcmds _ntp_opcmds
#define option_xlateable_txt _ntp_option_xlateable_txt
#define peer_clear_digest_early _ntp_peer_clear_digest_early
#define priority_done _ntp_priority_done
#define qos _ntp_qos
#define reset_entries _ntp_reset_entries
#define sreset _ntp_sreset
#define statsdir _ntp_statsdir
#define sys_beacon _ntp_sys_beacon
#define sys_ceiling _ntp_sys_ceiling
#define syslogit _ntp_syslogit
#define sys_maxclock _ntp_sys_maxclock
#define sys_maxdist _ntp_sys_maxdist
#define sys_minclock _ntp_sys_minclock
#define sys_mindisp _ntp_sys_mindisp
#define sys_minsane _ntp_sys_minsane
#define sys_orphan _ntp_sys_orphan
#define sys_orphwait _ntp_sys_orphwait
#define unpeer_crypto_early _ntp_unpeer_crypto_early
#define unpeer_crypto_nak_early _ntp_unpeer_crypto_nak_early
#define unpeer_digest_early _ntp_unpeer_digest_early
#define Version _ntp_Version
#define wander_threshold _ntp_wander_threshold
#define accept_wildcard_if_for_winnt _ntp_accept_wildcard_if_for_winnt
#define ao_strs_strtable _ntp_ao_strs_strtable
#define daynames _ntp_daynames
#define keyword_text _ntp_keyword_text
#define months _ntp_months
#define option_lib_text _ntp_option_lib_text
#define set_tod_used _ntp_set_tod_used
#define special_chars _ntp_special_chars
#define sst _ntp_sst
#define add_full_recv_buffer _ntp_add_full_recv_buffer
#define add_nic_rule _ntp_add_nic_rule
#define addr2refid _ntp_addr2refid
#define addto_syslog _ntp_addto_syslog
#define addv64 _ntp_addv64
#define addv64i32 _ntp_addv64i32
#define addv64u32 _ntp_addv64u32
#define add_var _ntp_add_var
#define adj_host_clock _ntp_adj_host_clock
#define adj_systime _ntp_adj_systime
#define amtoa _ntp_amtoa
#define ao_string_cook _ntp_ao_string_cook
#define ao_string_cook_escape_char _ntp_ao_string_cook_escape_char
#define ao_string_tokenize _ntp_ao_string_tokenize
#define append_gen_fifo _ntp_append_gen_fifo
#define atoint _ntp_atoint
#define auth_agekeys _ntp_auth_agekeys
#define authdecrypt _ntp_authdecrypt
#define auth_delkeys _ntp_auth_delkeys
#define authencrypt _ntp_authencrypt
#define auth_findkey _ntp_auth_findkey
#define auth_havekey _ntp_auth_havekey
#define authhavekey _ntp_authhavekey
#define authistrusted _ntp_authistrusted
#define authistrustedip _ntp_authistrustedip
#define auth_moremem _ntp_auth_moremem
#define auth_prealloc_symkeys _ntp_auth_prealloc_symkeys
#define authreadkeys _ntp_authreadkeys
#define authtrust _ntp_authtrust
#define available_blocking_child_slot _ntp_available_blocking_child_slot
#define basedate_eval_buildstamp _ntp_basedate_eval_buildstamp
#define basedate_eval_string _ntp_basedate_eval_string
#define basedate_expand_gpsweek _ntp_basedate_expand_gpsweek
#define basedate_get_day _ntp_basedate_get_day
#define basedate_get_erabase _ntp_basedate_get_erabase
#define basedate_get_eracenter _ntp_basedate_get_eracenter
#define basedate_get_gpsweek _ntp_basedate_get_gpsweek
#define basedate_set_day _ntp_basedate_set_day
#define blocking_child_common _ntp_blocking_child_common
#define blocking_getaddrinfo _ntp_blocking_getaddrinfo
#define blocking_getnameinfo _ntp_blocking_getnameinfo
#define blocking_thread _ntp_blocking_thread
#define build_iflags _ntp_build_iflags
#define build_mflags _ntp_build_mflags
#define build_rflags _ntp_build_rflags
#define ceventstr _ntp_ceventstr
#define change_logfile _ntp_change_logfile
#define check_leap_file _ntp_check_leap_file
#define clamp_systime _ntp_clamp_systime
#define clear_all _ntp_clear_all
#define clock_filter _ntp_clock_filter
#define clockname _ntp_clockname
#define clock_select _ntp_clock_select
#define close_all_beyond _ntp_close_all_beyond
#define close_all_except _ntp_close_all_except
#define concat_gen_fifos _ntp_concat_gen_fifos
#define configFileLoad _ntp_configFileLoad
#define config_remotely _ntp_config_remotely
#define convertLFPToRefID _ntp_convertLFPToRefID
#define convertRefIDToLFP _ntp_convertRefIDToLFP
#define copy_addrinfo_common _ntp_copy_addrinfo_common
#define copy_addrinfo_impl _ntp_copy_addrinfo_impl
#define copy_addrinfo_list_impl _ntp_copy_addrinfo_list_impl
#define create_address_node _ntp_create_address_node
#define create_addr_opts_node _ntp_create_addr_opts_node
#define create_attr_dval _ntp_create_attr_dval
#define create_attr_ival _ntp_create_attr_ival
#define create_attr_rangeval _ntp_create_attr_rangeval
#define create_attr_sval _ntp_create_attr_sval
#define create_attr_uval _ntp_create_attr_uval
#define create_filegen_node _ntp_create_filegen_node
#define create_int_node _ntp_create_int_node
#define create_nic_rule_node _ntp_create_nic_rule_node
#define create_peer_node _ntp_create_peer_node
#define create_restrict_node _ntp_create_restrict_node
#define create_setvar_node _ntp_create_setvar_node
#define create_sim_node _ntp_create_sim_node
#define create_string_node _ntp_create_string_node
#define create_unpeer_node _ntp_create_unpeer_node
#define ctl_clr_stats _ntp_ctl_clr_stats
#define ctlclrtrap _ntp_ctlclrtrap
#define ctlpeerstatus _ntp_ctlpeerstatus
#define ctlsettrap _ntp_ctlsettrap
#define ctlsysstatus _ntp_ctlsysstatus
#define decodenetnum _ntp_decodenetnum
#define destroy_address_node _ntp_destroy_address_node
#define destroy_attr_val _ntp_destroy_attr_val
#define destroy_gen_fifo _ntp_destroy_gen_fifo
#define dolfptoa _ntp_dolfptoa
#define dump_all_config_trees _ntp_dump_all_config_trees
#define dump_config_tree _ntp_dump_config_tree
#define dump_restricts _ntp_dump_restricts
#define enable_broadcast _ntp_enable_broadcast
#define enable_multicast_if _ntp_enable_multicast_if
#define ereallocz _ntp_ereallocz
#define errno_to_str _ntp_errno_to_str
#define estrdup_impl _ntp_estrdup_impl
#define eventstr _ntp_eventstr
#define exit_worker _ntp_exit_worker
#define filegen_config _ntp_filegen_config
#define filegen_get _ntp_filegen_get
#define filegen_register _ntp_filegen_register
#define filegen_setup _ntp_filegen_setup
#define filegen_statsdir _ntp_filegen_statsdir
#define findbcastinter _ntp_findbcastinter
#define FindConfig _ntp_FindConfig
#define findexistingpeer _ntp_findexistingpeer
#define findinterface _ntp_findinterface
#define findmanycastpeer _ntp_findmanycastpeer
#define find_option_value_type_cmd _ntp_find_option_value_type_cmd
#define find_option_xat_attribute_cmd _ntp_find_option_xat_attribute_cmd
#define findpeer _ntp_findpeer
#define findpeerbyassoc _ntp_findpeerbyassoc
#define freerecvbuf _ntp_freerecvbuf
#define free_recvbuffs _ntp_free_recvbuffs
#define free_varlist _ntp_free_varlist
#define fstostr _ntp_fstostr
#define full_recvbuffs _ntp_full_recvbuffs
#define genshelloptUsage _ntp_genshelloptUsage
#define getaddrinfo_sometime _ntp_getaddrinfo_sometime
#define getaddrinfo_sometime_ex _ntp_getaddrinfo_sometime_ex
#define getauthkeys _ntp_getauthkeys
#define get_broadcastclient_flag _ntp_get_broadcastclient_flag
#define getCmdOpts _ntp_getCmdOpts
#define getconfig _ntp_getconfig
#define get_ext_sys_var _ntp_get_ext_sys_var
#define get_free_recv_buffer _ntp_get_free_recv_buffer
#define get_full_recv_buffer _ntp_get_full_recv_buffer
#define getinterface _ntp_getinterface
#define getnameinfo_sometime _ntp_getnameinfo_sometime
#define get_packet_mode _ntp_get_packet_mode
#define get_systime _ntp_get_systime
#define gmprettydate _ntp_gmprettydate
#define hack_restrict _ntp_hack_restrict
#define harvest_blocking_responses _ntp_harvest_blocking_responses
#define has_full_recv_buffer _ntp_has_full_recv_buffer
#define huffpuff _ntp_huffpuff
#define humanlogtime _ntp_humanlogtime
#define humantime _ntp_humantime
#define icmpv64 _ntp_icmpv64
#define init_auth _ntp_init_auth
#define init_control _ntp_init_control
#define init_io _ntp_init_io
#define init_lib _ntp_init_lib
#define init_logging _ntp_init_logging
#define init_loopfilter _ntp_init_loopfilter
#define init_mon _ntp_init_mon
#define init_peer _ntp_init_peer
#define init_proto _ntp_init_proto
#define init_recvbuff _ntp_init_recvbuff
#define init_request _ntp_init_request
#define init_restrict _ntp_init_restrict
#define init_systime _ntp_init_systime
#define init_timer _ntp_init_timer
#define init_util _ntp_init_util
#define interface_enumerate _ntp_interface_enumerate
#define interface_update _ntp_interface_update
#define interrupt_worker_sleep _ntp_interrupt_worker_sleep
#define intres_timeout_req _ntp_intres_timeout_req
#define io_clr_stats _ntp_io_clr_stats
#define io_handler _ntp_io_handler
#define io_multicast_add _ntp_io_multicast_add
#define io_multicast_del _ntp_io_multicast_del
#define io_open_sockets _ntp_io_open_sockets
#define io_setbclient _ntp_io_setbclient
#define io_unsetbclient _ntp_io_unsetbclient
#define isc_assertion_failed _ntp_isc_assertion_failed
#define isc_assertion_setcallback _ntp_isc_assertion_setcallback
#define isc_assertion_typetotext _ntp_isc_assertion_typetotext
#define isc_dir_chdir _ntp_isc_dir_chdir
#define isc_dir_chroot _ntp_isc_dir_chroot
#define isc_dir_close _ntp_isc_dir_close
#define isc_dir_createunique _ntp_isc_dir_createunique
#define isc_dir_init _ntp_isc_dir_init
#define isc_dir_open _ntp_isc_dir_open
#define isc_dir_read _ntp_isc_dir_read
#define isc_dir_reset _ntp_isc_dir_reset
#define isc___errno2result _ntp_isc___errno2result
#define isc_error_fatal _ntp_isc_error_fatal
#define isc_error_runtimecheck _ntp_isc_error_runtimecheck
#define isc_error_setfatal _ntp_isc_error_setfatal
#define isc_error_setunexpected _ntp_isc_error_setunexpected
#define isc_error_unexpected _ntp_isc_error_unexpected
#define isc_file_absolutepath _ntp_isc_file_absolutepath
#define isc_file_basename _ntp_isc_file_basename
#define isc_file_exists _ntp_isc_file_exists
#define isc_file_getmodtime _ntp_isc_file_getmodtime
#define isc_file_isabsolute _ntp_isc_file_isabsolute
#define isc_file_ischdiridempotent _ntp_isc_file_ischdiridempotent
#define isc_file_iscurrentdir _ntp_isc_file_iscurrentdir
#define isc_file_isplainfile _ntp_isc_file_isplainfile
#define isc_file_mktemplate _ntp_isc_file_mktemplate
#define isc_file_openunique _ntp_isc_file_openunique
#define isc_file_openuniquemode _ntp_isc_file_openuniquemode
#define isc_file_openuniqueprivate _ntp_isc_file_openuniqueprivate
#define isc_file_progname _ntp_isc_file_progname
#define isc_file_remove _ntp_isc_file_remove
#define isc_file_rename _ntp_isc_file_rename
#define isc_file_renameunique _ntp_isc_file_renameunique
#define isc_file_safecreate _ntp_isc_file_safecreate
#define isc_file_settime _ntp_isc_file_settime
#define isc_file_splitpath _ntp_isc_file_splitpath
#define isc_file_template _ntp_isc_file_template
#define isc_file_truncate _ntp_isc_file_truncate
#define isc_hmacsha1_init _ntp_isc_hmacsha1_init
#define isc_hmacsha1_invalidate _ntp_isc_hmacsha1_invalidate
#define isc_hmacsha1_sign _ntp_isc_hmacsha1_sign
#define isc_hmacsha1_update _ntp_isc_hmacsha1_update
#define isc_hmacsha1_verify _ntp_isc_hmacsha1_verify
#define isc_hmacsha224_init _ntp_isc_hmacsha224_init
#define isc_hmacsha224_invalidate _ntp_isc_hmacsha224_invalidate
#define isc_hmacsha224_sign _ntp_isc_hmacsha224_sign
#define isc_hmacsha224_update _ntp_isc_hmacsha224_update
#define isc_hmacsha224_verify _ntp_isc_hmacsha224_verify
#define isc_hmacsha256_init _ntp_isc_hmacsha256_init
#define isc_hmacsha256_invalidate _ntp_isc_hmacsha256_invalidate
#define isc_hmacsha256_sign _ntp_isc_hmacsha256_sign
#define isc_hmacsha256_update _ntp_isc_hmacsha256_update
#define isc_hmacsha256_verify _ntp_isc_hmacsha256_verify
#define isc_hmacsha384_init _ntp_isc_hmacsha384_init
#define isc_hmacsha384_invalidate _ntp_isc_hmacsha384_invalidate
#define isc_hmacsha384_sign _ntp_isc_hmacsha384_sign
#define isc_hmacsha384_update _ntp_isc_hmacsha384_update
#define isc_hmacsha384_verify _ntp_isc_hmacsha384_verify
#define isc_hmacsha512_init _ntp_isc_hmacsha512_init
#define isc_hmacsha512_invalidate _ntp_isc_hmacsha512_invalidate
#define isc_hmacsha512_sign _ntp_isc_hmacsha512_sign
#define isc_hmacsha512_update _ntp_isc_hmacsha512_update
#define isc_hmacsha512_verify _ntp_isc_hmacsha512_verify
#define isc_interfaceiter_create _ntp_isc_interfaceiter_create
#define isc_interfaceiter_current _ntp_isc_interfaceiter_current
#define isc_interfaceiter_destroy _ntp_isc_interfaceiter_destroy
#define isc_interfaceiter_first _ntp_isc_interfaceiter_first
#define isc_interfaceiter_next _ntp_isc_interfaceiter_next
#define isc_interval_iszero _ntp_isc_interval_iszero
#define isc_interval_set _ntp_isc_interval_set
#define isc_iterated_hash _ntp_isc_iterated_hash
#define isc_lib_initmsgcat _ntp_isc_lib_initmsgcat
#define isc_log_categorybyname _ntp_isc_log_categorybyname
#define isc_log_closefilelogs _ntp_isc_log_closefilelogs
#define isc_logconfig_create _ntp_isc_logconfig_create
#define isc_logconfig_destroy _ntp_isc_logconfig_destroy
#define isc_logconfig_get _ntp_isc_logconfig_get
#define isc_logconfig_use _ntp_isc_logconfig_use
#define isc_log_create _ntp_isc_log_create
#define isc_log_createchannel _ntp_isc_log_createchannel
#define isc_log_destroy _ntp_isc_log_destroy
#define isc_log_getdebuglevel _ntp_isc_log_getdebuglevel
#define isc_log_getduplicateinterval _ntp_isc_log_getduplicateinterval
#define isc_log_gettag _ntp_isc_log_gettag
#define isc_log_ivwrite _ntp_isc_log_ivwrite
#define isc_log_ivwrite1 _ntp_isc_log_ivwrite1
#define isc_log_iwrite _ntp_isc_log_iwrite
#define isc_log_iwrite1 _ntp_isc_log_iwrite1
#define isc_log_modulebyname _ntp_isc_log_modulebyname
#define isc_log_opensyslog _ntp_isc_log_opensyslog
#define isc_log_registercategories _ntp_isc_log_registercategories
#define isc_log_registermodules _ntp_isc_log_registermodules
#define isc_log_setcontext _ntp_isc_log_setcontext
#define isc_log_setdebuglevel _ntp_isc_log_setdebuglevel
#define isc_log_setduplicateinterval _ntp_isc_log_setduplicateinterval
#define isc_log_settag _ntp_isc_log_settag
#define isc_log_usechannel _ntp_isc_log_usechannel
#define isc_log_vwrite _ntp_isc_log_vwrite
#define isc_log_vwrite1 _ntp_isc_log_vwrite1
#define isc_log_wouldlog _ntp_isc_log_wouldlog
#define isc_log_write _ntp_isc_log_write
#define isc_log_write1 _ntp_isc_log_write1
#define isc_msgcat_close _ntp_isc_msgcat_close
#define isc_msgcat_get _ntp_isc_msgcat_get
#define isc_msgcat_open _ntp_isc_msgcat_open
#define isc__mutex_init _ntp_isc__mutex_init
#define isc_netaddr_any _ntp_isc_netaddr_any
#define isc_netaddr_any6 _ntp_isc_netaddr_any6
#define isc_netaddr_eqprefix _ntp_isc_netaddr_eqprefix
#define isc_netaddr_equal _ntp_isc_netaddr_equal
#define isc_netaddr_format _ntp_isc_netaddr_format
#define isc_netaddr_fromin _ntp_isc_netaddr_fromin
#define isc_netaddr_fromin6 _ntp_isc_netaddr_fromin6
#define isc_netaddr_frompath _ntp_isc_netaddr_frompath
#define isc_netaddr_fromsockaddr _ntp_isc_netaddr_fromsockaddr
#define isc_netaddr_fromv4mapped _ntp_isc_netaddr_fromv4mapped
#define isc_netaddr_getzone _ntp_isc_netaddr_getzone
#define isc_netaddr_isexperimental _ntp_isc_netaddr_isexperimental
#define isc_netaddr_islinklocal _ntp_isc_netaddr_islinklocal
#define isc_netaddr_ismulticast _ntp_isc_netaddr_ismulticast
#define isc_netaddr_issitelocal _ntp_isc_netaddr_issitelocal
#define isc_netaddr_masktoprefixlen _ntp_isc_netaddr_masktoprefixlen
#define isc_netaddr_prefixok _ntp_isc_netaddr_prefixok
#define isc_netaddr_setzone _ntp_isc_netaddr_setzone
#define isc_netaddr_totext _ntp_isc_netaddr_totext
#define isc_net_disableipv4 _ntp_isc_net_disableipv4
#define isc_net_disableipv6 _ntp_isc_net_disableipv6
#define isc_net_enableipv4 _ntp_isc_net_enableipv4
#define isc_net_enableipv6 _ntp_isc_net_enableipv6
#define isc_net_getudpportrange _ntp_isc_net_getudpportrange
#define isc_net_probeipv4 _ntp_isc_net_probeipv4
#define isc_net_probeipv6 _ntp_isc_net_probeipv6
#define isc_net_probe_ipv6only _ntp_isc_net_probe_ipv6only
#define isc_net_probe_ipv6pktinfo _ntp_isc_net_probe_ipv6pktinfo
#define isc_net_probeunix _ntp_isc_net_probeunix
#define isc_result_register _ntp_isc_result_register
#define isc_result_totext _ntp_isc_result_totext
#define isc_sha1_final _ntp_isc_sha1_final
#define isc_sha1_init _ntp_isc_sha1_init
#define isc_sha1_invalidate _ntp_isc_sha1_invalidate
#define isc_sha1_update _ntp_isc_sha1_update
#define isc_sockaddr_any _ntp_isc_sockaddr_any
#define isc_sockaddr_any6 _ntp_isc_sockaddr_any6
#define isc_sockaddr_anyofpf _ntp_isc_sockaddr_anyofpf
#define isc_sockaddr_compare _ntp_isc_sockaddr_compare
#define isc_sockaddr_eqaddr _ntp_isc_sockaddr_eqaddr
#define isc_sockaddr_eqaddrprefix _ntp_isc_sockaddr_eqaddrprefix
#define isc_sockaddr_equal _ntp_isc_sockaddr_equal
#define isc_sockaddr_format _ntp_isc_sockaddr_format
#define isc_sockaddr_fromin _ntp_isc_sockaddr_fromin
#define isc_sockaddr_fromin6 _ntp_isc_sockaddr_fromin6
#define isc_sockaddr_fromnetaddr _ntp_isc_sockaddr_fromnetaddr
#define isc_sockaddr_frompath _ntp_isc_sockaddr_frompath
#define isc_sockaddr_getport _ntp_isc_sockaddr_getport
#define isc_sockaddr_hash _ntp_isc_sockaddr_hash
#define isc_sockaddr_isexperimental _ntp_isc_sockaddr_isexperimental
#define isc_sockaddr_islinklocal _ntp_isc_sockaddr_islinklocal
#define isc_sockaddr_ismulticast _ntp_isc_sockaddr_ismulticast
#define isc_sockaddr_issitelocal _ntp_isc_sockaddr_issitelocal
#define isc_sockaddr_pf _ntp_isc_sockaddr_pf
#define isc_sockaddr_setport _ntp_isc_sockaddr_setport
#define isc_sockaddr_totext _ntp_isc_sockaddr_totext
#define isc_sockaddr_v6fromin _ntp_isc_sockaddr_v6fromin
#define isc_stdio_close _ntp_isc_stdio_close
#define isc_stdio_flush _ntp_isc_stdio_flush
#define isc_stdio_open _ntp_isc_stdio_open
#define isc_stdio_read _ntp_isc_stdio_read
#define isc_stdio_seek _ntp_isc_stdio_seek
#define isc_stdio_sync _ntp_isc_stdio_sync
#define isc_stdio_write _ntp_isc_stdio_write
#define isc__strerror _ntp_isc__strerror
#define isc_time_add _ntp_isc_time_add
#define isc_time_compare _ntp_isc_time_compare
#define isc_time_formathttptimestamp _ntp_isc_time_formathttptimestamp
#define isc_time_formatISO8601 _ntp_isc_time_formatISO8601
#define isc_time_formattimestamp _ntp_isc_time_formattimestamp
#define isc_time_isepoch _ntp_isc_time_isepoch
#define isc_time_microdiff _ntp_isc_time_microdiff
#define isc_time_nanoseconds _ntp_isc_time_nanoseconds
#define isc_time_now _ntp_isc_time_now
#define isc_time_nowplusinterval _ntp_isc_time_nowplusinterval
#define isc_time_seconds _ntp_isc_time_seconds
#define isc_time_secondsastimet _ntp_isc_time_secondsastimet
#define isc_time_set _ntp_isc_time_set
#define isc_time_settoepoch _ntp_isc_time_settoepoch
#define isc_time_subtract _ntp_isc_time_subtract
#define isc_tsmemcmp _ntp_isc_tsmemcmp
#define is_ip_address _ntp_is_ip_address
#define isocal_date_to_ntp _ntp_isocal_date_to_ntp
#define isocal_date_to_ntp64 _ntp_isocal_date_to_ntp64
#define isocal_ntp64_to_date _ntp_isocal_ntp64_to_date
#define isocal_ntp_to_date _ntp_isocal_ntp_to_date
#define isocal_split_eraweeks _ntp_isocal_split_eraweeks
#define isocal_weeks_in_years _ntp_isocal_weeks_in_years
#define is_safe_filename _ntp_is_safe_filename
#define keyacc_all_free _ntp_keyacc_all_free
#define keyacc_amatch _ntp_keyacc_amatch
#define keyacc_contains _ntp_keyacc_contains
#define keyacc_new_push _ntp_keyacc_new_push
#define keyacc_pop_free _ntp_keyacc_pop_free
#define keyword _ntp_keyword
#define kill_asyncio _ntp_kill_asyncio
#define kiss_code_check _ntp_kiss_code_check
#define k_st_flags _ntp_k_st_flags
#define leapsec_add_dyn _ntp_leapsec_add_dyn
#define leapsec_autokey_tai _ntp_leapsec_autokey_tai
#define leapsec_clear _ntp_leapsec_clear
#define leapsec_daystolive _ntp_leapsec_daystolive
#define leapsec_dump _ntp_leapsec_dump
#define leapsec_electric _ntp_leapsec_electric
#define leapsec_expired _ntp_leapsec_expired
#define leapsec_frame _ntp_leapsec_frame
#define leapsec_getsig _ntp_leapsec_getsig
#define leapsec_get_table _ntp_leapsec_get_table
#define leapsec_load _ntp_leapsec_load
#define leapsec_load_file _ntp_leapsec_load_file
#define leapsec_load_stream _ntp_leapsec_load_stream
#define leapsec_query _ntp_leapsec_query
#define leapsec_query_era _ntp_leapsec_query_era
#define leapsec_reset_frame _ntp_leapsec_reset_frame
#define leapsec_set_table _ntp_leapsec_set_table
#define leapsec_ut_pristine _ntp_leapsec_ut_pristine
#define leapsec_validate _ntp_leapsec_validate
#define lex_current _ntp_lex_current
#define lex_drop_stack _ntp_lex_drop_stack
#define lex_flush_stack _ntp_lex_flush_stack
#define lex_from_file _ntp_lex_from_file
#define lex_init_stack _ntp_lex_init_stack
#define lex_level _ntp_lex_level
#define lex_pop_file _ntp_lex_pop_file
#define lex_push_file _ntp_lex_push_file
#define localaddrtoa _ntp_localaddrtoa
#define local_clock _ntp_local_clock
#define loop_config _ntp_loop_config
#define lowater_additions _ntp_lowater_additions
#define maintain_activefds _ntp_maintain_activefds
#define make_socket_nonblocking _ntp_make_socket_nonblocking
#define MD5authdecrypt _ntp_MD5authdecrypt
#define MD5authencrypt _ntp_MD5authencrypt
#define MD5auth_setkey _ntp_MD5auth_setkey
#define mfprintf _ntp_mfprintf
#define mfptoa _ntp_mfptoa
#define mfptoms _ntp_mfptoms
#define modetoa _ntp_modetoa
#define mon_clearinterface _ntp_mon_clearinterface
#define mon_start _ntp_mon_start
#define mon_stop _ntp_mon_stop
#define move_fd _ntp_move_fd
#define mprintf _ntp_mprintf
#define mprintf_clock_stats _ntp_mprintf_clock_stats
#define mprintf_event _ntp_mprintf_event
#define msnprintf _ntp_msnprintf
#define msyslog _ntp_msyslog
#define mvfprintf _ntp_mvfprintf
#define mvsnprintf _ntp_mvsnprintf
#define mvsyslog _ntp_mvsyslog
#define netof _ntp_netof
#define newpeer _ntp_newpeer
#define ntp2unix_tm _ntp_ntp2unix_tm
#define ntpcal_date_to_daysec _ntp_ntpcal_date_to_daysec
#define ntpcal_date_to_ntp _ntp_ntpcal_date_to_ntp
#define ntpcal_date_to_ntp64 _ntp_ntpcal_date_to_ntp64
#define ntpcal_date_to_rd _ntp_ntpcal_date_to_rd
#define ntpcal_date_to_time _ntp_ntpcal_date_to_time
#define ntpcal_dayjoin _ntp_ntpcal_dayjoin
#define ntpcal_daysec_to_date _ntp_ntpcal_daysec_to_date
#define ntpcal_daysec_to_tm _ntp_ntpcal_daysec_to_tm
#define ntpcal_days_in_months _ntp_ntpcal_days_in_months
#define ntpcal_days_in_years _ntp_ntpcal_days_in_years
#define ntpcal_daysplit _ntp_ntpcal_daysplit
#define ntpcal_daysplit_to_date _ntp_ntpcal_daysplit_to_date
#define ntpcal_daysplit_to_tm _ntp_ntpcal_daysplit_to_tm
#define ntpcal_edate_to_eradays _ntp_ntpcal_edate_to_eradays
#define ntpcal_edate_to_yeardays _ntp_ntpcal_edate_to_yeardays
#define ntpcal_etime_to_seconds _ntp_ntpcal_etime_to_seconds
#define ntpcal_get_build_date _ntp_ntpcal_get_build_date
#define ntpcal_leapyears_in_years _ntp_ntpcal_leapyears_in_years
#define ntpcal_ntp64_to_date _ntp_ntpcal_ntp64_to_date
#define ntpcal_ntp_to_date _ntp_ntpcal_ntp_to_date
#define ntpcal_ntp_to_ntp _ntp_ntpcal_ntp_to_ntp
#define ntpcal_ntp_to_time _ntp_ntpcal_ntp_to_time
#define ntpcal_periodic_extend _ntp_ntpcal_periodic_extend
#define ntpcal_rd_to_date _ntp_ntpcal_rd_to_date
#define ntpcal_rd_to_mstart _ntp_ntpcal_rd_to_mstart
#define ntpcal_rd_to_tm _ntp_ntpcal_rd_to_tm
#define ntpcal_rd_to_ystart _ntp_ntpcal_rd_to_ystart
#define ntpcal_set_timefunc _ntp_ntpcal_set_timefunc
#define ntpcal_split_eradays _ntp_ntpcal_split_eradays
#define ntpcal_split_yeardays _ntp_ntpcal_split_yeardays
#define ntpcal_time_to_date _ntp_ntpcal_time_to_date
#define ntpcal_tm_to_daysec _ntp_ntpcal_tm_to_daysec
#define ntpcal_tm_to_rd _ntp_ntpcal_tm_to_rd
#define ntpcal_weekday_close _ntp_ntpcal_weekday_close
#define ntpcal_weekday_ge _ntp_ntpcal_weekday_ge
#define ntpcal_weekday_gt _ntp_ntpcal_weekday_gt
#define ntpcal_weekday_le _ntp_ntpcal_weekday_le
#define ntpcal_weekday_lt _ntp_ntpcal_weekday_lt
#define ntpcal_year_to_ystart _ntp_ntpcal_year_to_ystart
#define ntpd_time_stepped _ntp_ntpd_time_stepped
#define ntp_monitor _ntp_ntp_monitor
#define ntpOptionPrintVersion _ntp_ntpOptionPrintVersion
#define ntpOptionProcess _ntp_ntpOptionProcess
#define ntp_random _ntp_ntp_random
#define ntp_set_tod _ntp_ntp_set_tod
#define ntp_srandom _ntp_ntp_srandom
#define numtoa _ntp_numtoa
#define optionAlias _ntp_optionAlias
#define optionBooleanVal _ntp_optionBooleanVal
#define optionEnumerationVal _ntp_optionEnumerationVal
#define optionFileCheck _ntp_optionFileCheck
#define optionFileLoad _ntp_optionFileLoad
#define optionFindNextValue _ntp_optionFindNextValue
#define optionFindValue _ntp_optionFindValue
#define optionFree _ntp_optionFree
#define optionGetValue _ntp_optionGetValue
#define optionKeywordName _ntp_optionKeywordName
#define optionLoadLine _ntp_optionLoadLine
#define optionLoadOpt _ntp_optionLoadOpt
#define optionMakePath _ntp_optionMakePath
#define optionMemberList _ntp_optionMemberList
#define optionNestedVal _ntp_optionNestedVal
#define optionNextValue _ntp_optionNextValue
#define optionNumericVal _ntp_optionNumericVal
#define optionOnlyUsage _ntp_optionOnlyUsage
#define optionPagedUsage _ntp_optionPagedUsage
#define option_parse_duration _ntp_option_parse_duration
#define optionParseShell _ntp_optionParseShell
#define optionPrintParagraphs _ntp_optionPrintParagraphs
#define optionPrintVersion _ntp_optionPrintVersion
#define optionPrintVersionAndReturn _ntp_optionPrintVersionAndReturn
#define optionProcess _ntp_optionProcess
#define optionPutShell _ntp_optionPutShell
#define optionQuoteString _ntp_optionQuoteString
#define optionResetOpt _ntp_optionResetOpt
#define optionRestore _ntp_optionRestore
#define optionSaveFile _ntp_optionSaveFile
#define optionSaveState _ntp_optionSaveState
#define optionSetMembers _ntp_optionSetMembers
#define optionShowRange _ntp_optionShowRange
#define optionStackArg _ntp_optionStackArg
#define option_strequate _ntp_option_strequate
#define option_streqvcmp _ntp_option_streqvcmp
#define option_streqvmap _ntp_option_streqvmap
#define option_strneqvcmp _ntp_option_strneqvcmp
#define option_strtransform _ntp_option_strtransform
#define optionTimeDate _ntp_optionTimeDate
#define optionTimeVal _ntp_optionTimeVal
#define optionUnloadNested _ntp_optionUnloadNested
#define optionUnstackArg _ntp_optionUnstackArg
#define optionUsage _ntp_optionUsage
#define optionVendorOption _ntp_optionVendorOption
#define optionVersion _ntp_optionVersion
#define optionVersionStderr _ntp_optionVersionStderr
#define oreallocarrayxz _ntp_oreallocarrayxz
#define parse_cmdline_opts _ntp_parse_cmdline_opts
#define peer_all_reset _ntp_peer_all_reset
#define peer_cleanup _ntp_peer_cleanup
#define peer_clear _ntp_peer_clear
#define peer_clr_stats _ntp_peer_clr_stats
#define peer_config _ntp_peer_config
#define peer_reset _ntp_peer_reset
#define pipe_socketpair _ntp_pipe_socketpair
#define poll_update _ntp_poll_update
#define pool_name_resolved _ntp_pool_name_resolved
#define prettydate _ntp_prettydate
#define process_blocking_resp _ntp_process_blocking_resp
#define process_control _ntp_process_control
#define process_packet _ntp_process_packet
#define process_private _ntp_process_private
#define proto_clr_stats _ntp_proto_clr_stats
#define proto_config _ntp_proto_config
#define purge_recv_buffers_for_fd _ntp_purge_recv_buffers_for_fd
#define queue_blocking_request _ntp_queue_blocking_request
#define queue_blocking_response _ntp_queue_blocking_response
#define quote_if_needed _ntp_quote_if_needed
#define receive _ntp_receive
#define receive_blocking_req_internal _ntp_receive_blocking_req_internal
#define receive_blocking_resp_internal _ntp_receive_blocking_resp_internal
#define record_clock_stats _ntp_record_clock_stats
#define record_loop_stats _ntp_record_loop_stats
#define record_peer_stats _ntp_record_peer_stats
#define record_proto_stats _ntp_record_proto_stats
#define record_raw_stats _ntp_record_raw_stats
#define refid_str _ntp_refid_str
#define refnumtoa _ntp_refnumtoa
#define refresh_all_peerinterfaces _ntp_refresh_all_peerinterfaces
#define reinit_timer _ntp_reinit_timer
#define remoteconfig_cmdlength _ntp_remoteconfig_cmdlength
#define report_event _ntp_report_event
#define req_child_exit _ntp_req_child_exit
#define rereadkeys _ntp_rereadkeys
#define res_access_flags _ntp_res_access_flags
#define reset_auth_stats _ntp_reset_auth_stats
#define res_match_flags _ntp_res_match_flags
#define restrictions _ntp_restrictions
#define restrict_source _ntp_restrict_source
#define sau_from_netaddr _ntp_sau_from_netaddr
#define score_all _ntp_score_all
#define select_loop _ntp_select_loop
#define select_peerinterface _ntp_select_peerinterface
#define send_blocking_req_internal _ntp_send_blocking_req_internal
#define send_blocking_resp_internal _ntp_send_blocking_resp_internal
#define sendpkt _ntp_sendpkt
#define send_via_ntp_signd _ntp_send_via_ntp_signd
#define set_peerdstadr _ntp_set_peerdstadr
#define set_sys_fuzz _ntp_set_sys_fuzz
#define set_sys_leap _ntp_set_sys_leap
#define set_sys_tick_precision _ntp_set_sys_tick_precision
#define set_sys_var _ntp_set_sys_var
#define set_timer_or_die _ntp_set_timer_or_die
#define setup_logfile _ntp_setup_logfile
#define set_var _ntp_set_var
#define sockaddr_masktoprefixlen _ntp_sockaddr_masktoprefixlen
#define sock_hash _ntp_sock_hash
#define sockporttoa _ntp_sockporttoa
#define socktoa _ntp_socktoa
#define stats_config _ntp_stats_config
#define statustoa _ntp_statustoa
#define step_systime _ntp_step_systime
#define strtouv64 _ntp_strtouv64
#define subv64 _ntp_subv64
#define subv64i32 _ntp_subv64i32
#define subv64u32 _ntp_subv64u32
#define text_mmap _ntp_text_mmap
#define text_munmap _ntp_text_munmap
#define timer _ntp_timer
#define timer_clr_stats _ntp_timer_clr_stats
#define timer_interfacetimeout _ntp_timer_interfacetimeout
#define time_to_vint64 _ntp_time_to_vint64
#define token_name _ntp_token_name
#define total_recvbuffs _ntp_total_recvbuffs
#define transmit _ntp_transmit
#define ucmpv64 _ntp_ucmpv64
#define unpeer _ntp_unpeer
#define valid_NAK _ntp_valid_NAK
#define vint64_to_time _ntp_vint64_to_time
#define worker_global_lock _ntp_worker_global_lock
#define worker_idle_timer_fired _ntp_worker_idle_timer_fired
#define worker_sleep _ntp_worker_sleep
#define write_stats _ntp_write_stats
#define xsbprintf _ntp_xsbprintf
#define xvsbprintf _ntp_xvsbprintf
#define yyerror _ntp_yyerror
#define yylex _ntp_yylex
#define yyparse _ntp_yyparse