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

/freebsd-12-stable/usr.sbin/pkg/
H A Ddns_utils.h33 struct dns_srvinfo { struct
42 struct dns_srvinfo *next;
45 struct dns_srvinfo *
H A Ddns_utils.c47 const struct dns_srvinfo *da, *db;
50 da = *(struct dns_srvinfo * const *)a;
51 db = *(struct dns_srvinfo * const *)b;
62 const struct dns_srvinfo *da, *db;
66 da = *(struct dns_srvinfo * const *)a;
67 db = *(struct dns_srvinfo * const *)b;
84 compute_weight(struct dns_srvinfo **d, int first, int last)
117 struct dns_srvinfo *
120 struct dns_srvinfo **res, *first;
144 res = calloc(ancount, sizeof(struct dns_srvinfo *));
[all...]
H A Dpkg.c185 struct dns_srvinfo *mirrors, *current;

Completed in 131 milliseconds