Searched refs:addrcount (Results 1 – 2 of 2) sorted by relevance
553 size_t addrcount, peercount; in ntp_dispatch_imsg_dns() local607 addrcount = dlen / (sizeof(struct sockaddr_storage) + in ntp_dispatch_imsg_dns()622 if (peercount > addrcount) { in ntp_dispatch_imsg_dns()
497 struct sockaddr_storage *addrs, int addrsize, int *addrcount) in get_addresses() argument505 REQUIRE(addrcount != NULL); in get_addresses()545 *addrcount = i; in get_addresses()546 if (*addrcount == 0) in get_addresses()