Searched refs:srv_record (Results 1 – 3 of 3) sorted by relevance
185 typedef struct srv_record { struct190 } srv_record; argument211 srv_record *a=(srv_record *)aa; in srv_cmp()212 srv_record *b=(srv_record *)bb; in srv_cmp()218 static void srv_shuffle(srv_record *a, int n) { in srv_shuffle()241 srv_record t = a[0]; in srv_shuffle()260 srv_record *hostent_head=NULL; in ldap_domain2hostlist()352 hostent_head = (srv_record *) LDAP_REALLOC(hostent_head, (hostent_count+1)*(sizeof(srv_record))); in ldap_domain2hostlist()368 qsort(hostent_head, hostent_count, sizeof(srv_record), srv_cmp); in ldap_domain2hostlist()
117 #define srv_record rk_srv_record macro
229 (struct srv_record*)malloc(sizeof(struct srv_record) + in parse_record()776 (struct srv_record*)malloc(sizeof(struct srv_record) + in parse_dns_record()