ntpd_conf
struct ntpd_conf *conf;
ntp_main(struct ntpd_conf *nconf, struct passwd *pw, int argc, char **argv)
dns_dispatch_imsg(struct ntpd_conf *nconf)
int dns_dispatch_imsg(struct ntpd_conf *);
ntp_dns(struct ntpd_conf *nconf, struct passwd *pw)
auto_preconditions(const struct ntpd_conf *cnf)
struct ntpd_conf lconf;
dispatch_imsg(struct ntpd_conf *lconf, int argc, char **argv)
int auto_preconditions(const struct ntpd_conf *);
int dispatch_imsg(struct ntpd_conf *, int, char **);
void ntp_main(struct ntpd_conf *, struct passwd *, int, char **);
extern struct ntpd_conf *conf;
int parse_config(const char *, struct ntpd_conf *);
int setup_listeners(struct servent *, struct ntpd_conf *, u_int *);
int server_dispatch(int, struct ntpd_conf *);
void ntp_dns(struct ntpd_conf *, struct passwd *);
parse_config(const char *filename, struct ntpd_conf *xconf)
server_dispatch(int fd, struct ntpd_conf *lconf)
setup_listeners(struct servent *se, struct ntpd_conf *lconf, u_int *cnt)