Home
last modified time | relevance | path

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, in dns_locate_server() argument
590 *dns_list_head = NULL; /* default: indicate we have found no KDCs */ in dns_locate_server()
641 *dns_list_head = head; in dns_locate_server()
691 dnslist2str(struct srv_dns_entry *dns_list_head) in dnslist2str() argument
693 struct srv_dns_entry *head = dns_list_head; in dnslist2str()
869 struct srv_dns_entry *dns_list_head = NULL; in krb5int_locate_server() local
918 code2 = dns_locate_server(context, realm, &dns_list_head, in krb5int_locate_server()
935 if (dns_list_head) in krb5int_locate_server()
936 krb5int_free_srv_dns_data(dns_list_head); in krb5int_locate_server()
945 if (!hostlist && !dns_list_head) { in krb5int_locate_server()
[all …]