Searched refs:dns_srvinfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.sbin/pkg/
H A Ddns_utils.h31 struct dns_srvinfo { struct
40 struct dns_srvinfo *next;
43 struct dns_srvinfo *
H A Ddns_utils.c45 const struct dns_srvinfo *da, *db;
48 da = *(struct dns_srvinfo * const *)a;
49 db = *(struct dns_srvinfo * const *)b;
60 const struct dns_srvinfo *da, *db;
64 da = *(struct dns_srvinfo * const *)a;
65 db = *(struct dns_srvinfo * const *)b;
82 compute_weight(struct dns_srvinfo **d, int first, int last)
114 struct dns_srvinfo *
117 struct dns_srvinfo **res, *first;
141 res = calloc(ancount, sizeof(struct dns_srvinfo *));
[all...]
H A Dpkg.c178 struct dns_srvinfo *mirrors, *current;

Completed in 107 milliseconds