Searched refs:ares_dns_parse_and_set_be32 (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_dns_parse.c | 113 static ares_status_t ares_dns_parse_and_set_be32(ares__buf_t *buf, in ares_dns_parse_and_set_be32() function 214 status = ares_dns_parse_and_set_be32(buf, rr, ARES_RR_SOA_SERIAL); in ares_dns_parse_rr_soa() 220 status = ares_dns_parse_and_set_be32(buf, rr, ARES_RR_SOA_REFRESH); in ares_dns_parse_rr_soa() 226 status = ares_dns_parse_and_set_be32(buf, rr, ARES_RR_SOA_RETRY); in ares_dns_parse_rr_soa() 232 status = ares_dns_parse_and_set_be32(buf, rr, ARES_RR_SOA_EXPIRE); in ares_dns_parse_rr_soa() 238 return ares_dns_parse_and_set_be32(buf, rr, ARES_RR_SOA_MINIMUM); in ares_dns_parse_rr_soa()
|
Completed in 3 milliseconds