Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c511 struct srv_dns_entry **dns_list_head, in dns_locate_server() argument
519 *dns_list_head = NULL; /* default: indicate we have found no KDCs */ in dns_locate_server()
570 *dns_list_head = head; in dns_locate_server()
620 dnslist2str(struct srv_dns_entry *dns_list_head) in dnslist2str() argument
622 struct srv_dns_entry *head = dns_list_head; in dnslist2str()
798 struct srv_dns_entry *dns_list_head = NULL; in krb5int_locate_server() local
833 code2 = dns_locate_server(context, realm, &dns_list_head, in krb5int_locate_server()
850 if (dns_list_head) in krb5int_locate_server()
851 krb5int_free_srv_dns_data(dns_list_head); in krb5int_locate_server()
860 if (!hostlist && !dns_list_head) { in krb5int_locate_server()
[all …]