Lines Matching refs:hostlist

522 		    char ***hostlist,  in prof_locate_server()  argument
530 *hostlist = NULL; /* default - indicate no KDCs found */ in prof_locate_server()
575 *hostlist = hl; in prof_locate_server()
724 hostlist2str(char **hostlist) in hostlist2str() argument
727 char **hl = hostlist, *s = NULL; in hostlist2str()
743 hl = hostlist; in hostlist2str()
760 char **hostlist, in prof_hostnames2netaddrs() argument
771 while (hostlist && hostlist[count]) in prof_hostnames2netaddrs()
800 for (i=0; hostlist[i]; i++) { in prof_hostnames2netaddrs()
804 host = hostlist[i]; in prof_hostnames2netaddrs()
842 code = add_host_to_list (addrlist, hostlist[i], p1, p2, in prof_hostnames2netaddrs()
845 code = add_host_to_list (addrlist, hostlist[i], p1, p2, in prof_hostnames2netaddrs()
848 code = add_host_to_list (addrlist, hostlist[i], p1, p2, in prof_hostnames2netaddrs()
868 char **hostlist = NULL; in krb5int_locate_server() local
895 code = prof_locate_server(context, realm, &hostlist, svc); in krb5int_locate_server()
905 code = prof_locate_server(context, realm, &hostlist, in krb5int_locate_server()
933 if (hostlist) in krb5int_locate_server()
934 profile_free_list(hostlist); in krb5int_locate_server()
945 if (!hostlist && !dns_list_head) { in krb5int_locate_server()
980 if (hostlist) in krb5int_locate_server()
981 code = prof_hostnames2netaddrs(hostlist, svc, in krb5int_locate_server()
987 if (hostlist) in krb5int_locate_server()
988 profile_free_list(hostlist); in krb5int_locate_server()
1038 if (hostlist) { in krb5int_locate_server()
1039 hostlist_str = hostlist2str(hostlist); in krb5int_locate_server()
1058 if (hostlist) in krb5int_locate_server()
1059 profile_free_list(hostlist); in krb5int_locate_server()
1066 if (hostlist) in krb5int_locate_server()
1067 profile_free_list(hostlist); in krb5int_locate_server()