Searched refs:ARES_RR_SRV_PRIORITY (Results 1 – 6 of 6) sorted by relevance
308 case ARES_RR_SRV_PRIORITY: in ares_dns_rr_key_tostr()446 case ARES_RR_SRV_PRIORITY: in ares_dns_rr_key_datatype()500 ARES_RR_SRV_PRIORITY, ARES_RR_SRV_WEIGHT, ARES_RR_SRV_PORT, ARES_RR_SRV_TARGET
92 srv_curr->priority = ares_dns_rr_get_u16(rr, ARES_RR_SRV_PRIORITY); in ares_parse_srv_reply()
449 status = ares_dns_write_rr_be16(buf, rr, ARES_RR_SRV_PRIORITY); in ares_dns_write_rr_srv()
323 status = ares_dns_parse_and_set_be16(buf, rr, ARES_RR_SRV_PRIORITY); in ares_dns_parse_rr_srv()
604 case ARES_RR_SRV_PRIORITY: in ares_dns_rr_data_ptr()
214 ARES_RR_SRV_PRIORITY = (ARES_REC_TYPE_SRV * 100) + 2, enumerator