Home
last modified time | relevance | path

Searched refs:ntp_addr (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ntpd/
H A Dconfig.c33 struct ntp_addr *host_ip(const char *);
34 int host_dns1(const char *, struct ntp_addr **, int);
41 host(const char *s, struct ntp_addr **hn) in host()
43 struct ntp_addr *h; in host()
58 struct ntp_addr *
62 struct ntp_addr *h = NULL; in host_ip()
82 host_dns_free(struct ntp_addr *hn) in host_dns_free()
84 struct ntp_addr *h = hn, *tmp; in host_dns_free()
93 host_dns1(const char *s, struct ntp_addr **hn, int notauth) in host_dns1()
97 struct ntp_addr *h, *hh = NULL; in host_dns1()
[all …]
H A Dntpd.h116 struct ntp_addr { struct
117 struct ntp_addr *next; argument
125 struct ntp_addr *a; argument
130 struct ntp_addr a;
162 struct ntp_addr *addr;
199 struct ntp_addr *addr;
354 void host(const char *, struct ntp_addr **);
355 int host_dns(const char *, int, struct ntp_addr **);
356 void host_dns_free(struct ntp_addr *);
409 const char *log_ntp_addr(struct ntp_addr *);
H A Dparse.y111 struct ntp_addr *h, *next;
163 struct ntp_addr *h, *next;
206 struct ntp_addr *h, *next;
244 struct ntp_addr *h, *next;
284 struct ntp_addr *h, *next;
343 struct ntp_addr *p, *q = NULL;
H A Dconstraint.c111 struct ntp_addr *h; in constraint_addr_init()
235 struct ntp_addr *h; in priv_constraint_msg()
315 struct ntp_addr *h; in priv_constraint_readquery()
756 struct ntp_addr *h; in constraint_msg_dns()
H A Dutil.c167 log_ntp_addr(struct ntp_addr *addr) in log_ntp_addr()
H A Dntp_dns.c144 struct ntp_addr *h, *hn; in dns_dispatch_imsg()
H A Dntp.c552 struct ntp_addr *h; in ntp_dispatch_imsg_dns()
612 if ((h = calloc(1, sizeof(struct ntp_addr))) == in ntp_dispatch_imsg_dns()
H A Dclient.c71 struct ntp_addr *h; in client_addr_init()