Searched defs:dns_list_head (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c562 struct srv_dns_entry **dns_list_head,
570 *dns_list_head = NULL; /* default: indicate we have found no KDCs */
621 *dns_list_head = head;
671 dnslist2str(struct srv_dns_entry *dns_list_head) argument
673 struct srv_dns_entry *head = dns_list_head;
841 struct srv_dns_entry *dns_list_head = NULL; local
870 code2 = dns_locate_server(context, realm, &dns_list_head,
887 if (dns_list_head)
888 krb5int_free_srv_dns_data(dns_list_head);
897 if (!hostlist && !dns_list_head) {
561 dns_locate_server(krb5_context context, const krb5_data *realm, struct srv_dns_entry **dns_list_head, enum locate_service_type svc, int socktype, int family) argument
[all...]

Completed in 18 milliseconds