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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c582 struct srv_dns_entry **dns_list_head,
590 *dns_list_head = NULL; /* default: indicate we have found no KDCs */
641 *dns_list_head = head;
691 dnslist2str(struct srv_dns_entry *dns_list_head) argument
693 struct srv_dns_entry *head = dns_list_head;
869 struct srv_dns_entry *dns_list_head = NULL; local
918 code2 = dns_locate_server(context, realm, &dns_list_head,
935 if (dns_list_head)
936 krb5int_free_srv_dns_data(dns_list_head);
945 if (!hostlist && !dns_list_head) {
581 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 44 milliseconds