Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ntpd/
H A Dntp.c586 if (npeer->addr_head.pool != in ntp_dispatch_imsg_dns()
590 if (npeer->id == peer->id) in ntp_dispatch_imsg_dns()
592 if (npeer->addr != NULL) in ntp_dispatch_imsg_dns()
633 npeer = new_peer(); in ntp_dispatch_imsg_dns()
634 npeer->weight = peer->weight; in ntp_dispatch_imsg_dns()
638 npeer->addr = h; in ntp_dispatch_imsg_dns()
639 npeer->addr_head.a = h; in ntp_dispatch_imsg_dns()
640 npeer->addr_head.name = in ntp_dispatch_imsg_dns()
642 npeer->addr_head.pool = in ntp_dispatch_imsg_dns()
644 client_peer_init(npeer); in ntp_dispatch_imsg_dns()
[all …]