Searched refs:srv_dns_entry (Results 1 – 3 of 3) sorted by relevance
39 void krb5int_free_srv_dns_data (struct srv_dns_entry *p) in krb5int_free_srv_dns_data()41 struct srv_dns_entry *next; in krb5int_free_srv_dns_data()60 struct srv_dns_entry **answers) in krb5int_make_srv_query_realm()68 struct srv_dns_entry *head = NULL; in krb5int_make_srv_query_realm()69 struct srv_dns_entry *srv = NULL, *entry = NULL; in krb5int_make_srv_query_realm()136 srv = (struct srv_dns_entry *) malloc(sizeof(struct srv_dns_entry)); in krb5int_make_srv_query_realm()
511 struct srv_dns_entry **dns_list_head, in dns_locate_server()517 struct srv_dns_entry *head = NULL; in dns_locate_server()581 struct srv_dns_entry *head, in dns_hostnames2netaddrs()587 struct srv_dns_entry *entry = NULL, *next; in dns_hostnames2netaddrs()620 dnslist2str(struct srv_dns_entry *dns_list_head) in dnslist2str()622 struct srv_dns_entry *head = dns_list_head; in dnslist2str()623 struct srv_dns_entry *entry = NULL, *next; in dnslist2str()798 struct srv_dns_entry *dns_list_head = NULL; in krb5int_locate_server()1020 struct srv_dns_entry *head = NULL; in krb5_get_servername()
2303 struct srv_dns_entry { struct2304 struct srv_dns_entry *next; argument2315 struct srv_dns_entry **answers); argument2316 void krb5int_free_srv_dns_data(struct srv_dns_entry *);2373 struct srv_dns_entry **answers);2374 void (*free_srv_dns_data)(struct srv_dns_entry *);