Searched refs:ARES_RR_SOA_MNAME (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_mapping.c | 266 case ARES_RR_SOA_MNAME: in ares_dns_rr_key_tostr() 419 case ARES_RR_SOA_MNAME: in ares_dns_rr_key_datatype() 488 ARES_RR_SOA_MNAME, ARES_RR_SOA_RNAME, ARES_RR_SOA_SERIAL,
|
H A D | ares_parse_soa_reply.c | 86 soa->nsname = ares_strdup(ares_dns_rr_get_str(rr, ARES_RR_SOA_MNAME)); in ares_parse_soa_reply()
|
H A D | ares_dns_parse.c | 201 ares_dns_parse_and_set_dns_name(buf, ARES_FALSE, rr, ARES_RR_SOA_MNAME); in ares_dns_parse_rr_soa()
|
H A D | ares_dns_write.c | 336 ares_dns_write_rr_name(buf, rr, namelist, ARES_FALSE, ARES_RR_SOA_MNAME); in ares_dns_write_rr_soa()
|
H A D | ares_dns_record.c | 558 case ARES_RR_SOA_MNAME: in ares_dns_rr_data_ptr()
|
/third_party/node/deps/cares/include/ |
H A D | ares_dns_record.h | 186 ARES_RR_SOA_MNAME = (ARES_REC_TYPE_SOA * 100) + 1, enumerator
|
Completed in 8 milliseconds