| H A D | dnsglue.c | 84 #define SEARCH(h, n, c, t, a, l) dns_search(h, n, c, t, a, l, NULL, NULL) macro 93 #define SEARCH(h, n, c, t, a, l) res_nsearch(&h, n, c, t, a, l) macro 106 #define SEARCH(h, n, c, t, a, l) res_search(n, c, t, a, l) macro 161 len = SEARCH(h, host, ds->nclass, ds->ntype, ds->ansp, ds->ansmax); in krb5int_dns_init()
|