Symbol: ntp_addr
usr.sbin/ntpd/client.c
71
struct ntp_addr *h;
usr.sbin/ntpd/config.c
132
host_dns(const char *s, int synced, struct ntp_addr **hn)
usr.sbin/ntpd/config.c
33
struct ntp_addr *host_ip(const char *);
usr.sbin/ntpd/config.c
34
int host_dns1(const char *, struct ntp_addr **, int);
usr.sbin/ntpd/config.c
41
host(const char *s, struct ntp_addr **hn)
usr.sbin/ntpd/config.c
43
struct ntp_addr *h;
usr.sbin/ntpd/config.c
58
struct ntp_addr *
usr.sbin/ntpd/config.c
62
struct ntp_addr *h = NULL;
usr.sbin/ntpd/config.c
82
host_dns_free(struct ntp_addr *hn)
usr.sbin/ntpd/config.c
84
struct ntp_addr *h = hn, *tmp;
usr.sbin/ntpd/config.c
93
host_dns1(const char *s, struct ntp_addr **hn, int notauth)
usr.sbin/ntpd/config.c
97
struct ntp_addr *h, *hh = NULL;
usr.sbin/ntpd/constraint.c
111
struct ntp_addr *h;
usr.sbin/ntpd/constraint.c
235
struct ntp_addr *h;
usr.sbin/ntpd/constraint.c
315
struct ntp_addr *h;
usr.sbin/ntpd/constraint.c
756
struct ntp_addr *h;
usr.sbin/ntpd/ntp.c
552
struct ntp_addr *h;
usr.sbin/ntpd/ntp.c
612
if ((h = calloc(1, sizeof(struct ntp_addr))) ==
usr.sbin/ntpd/ntp_dns.c
144
struct ntp_addr *h, *hn;
usr.sbin/ntpd/ntpd.h
117
struct ntp_addr *next;
usr.sbin/ntpd/ntpd.h
125
struct ntp_addr *a;
usr.sbin/ntpd/ntpd.h
130
struct ntp_addr a;
usr.sbin/ntpd/ntpd.h
162
struct ntp_addr *addr;
usr.sbin/ntpd/ntpd.h
199
struct ntp_addr *addr;
usr.sbin/ntpd/ntpd.h
354
void host(const char *, struct ntp_addr **);
usr.sbin/ntpd/ntpd.h
355
int host_dns(const char *, int, struct ntp_addr **);
usr.sbin/ntpd/ntpd.h
356
void host_dns_free(struct ntp_addr *);
usr.sbin/ntpd/ntpd.h
409
const char *log_ntp_addr(struct ntp_addr *);
usr.sbin/ntpd/parse.y
111
struct ntp_addr *h, *next;
usr.sbin/ntpd/parse.y
163
struct ntp_addr *h, *next;
usr.sbin/ntpd/parse.y
206
struct ntp_addr *h, *next;
usr.sbin/ntpd/parse.y
244
struct ntp_addr *h, *next;
usr.sbin/ntpd/parse.y
284
struct ntp_addr *h, *next;
usr.sbin/ntpd/parse.y
343
struct ntp_addr *p, *q = NULL;
usr.sbin/ntpd/util.c
174
log_ntp_addr(struct ntp_addr *addr)