Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_dns_mapping.c308 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
Dares_parse_srv_reply.c92 srv_curr->priority = ares_dns_rr_get_u16(rr, ARES_RR_SRV_PRIORITY); in ares_parse_srv_reply()
Dares_dns_write.c449 status = ares_dns_write_rr_be16(buf, rr, ARES_RR_SRV_PRIORITY); in ares_dns_write_rr_srv()
Dares_dns_parse.c323 status = ares_dns_parse_and_set_be16(buf, rr, ARES_RR_SRV_PRIORITY); in ares_dns_parse_rr_srv()
Dares_dns_record.c604 case ARES_RR_SRV_PRIORITY: in ares_dns_rr_data_ptr()
/third_party/node/deps/cares/include/
Dares_dns_record.h214 ARES_RR_SRV_PRIORITY = (ARES_REC_TYPE_SRV * 100) + 2, enumerator