Home
last modified time | relevance | path

Searched refs:ares__buf_append_be16 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_dns_write.c45 status = ares__buf_append_be16(buf, dnsrec->id); in ares_dns_write_header()
104 status = ares__buf_append_be16(buf, u16); in ares_dns_write_header()
110 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->qdcount); in ares_dns_write_header()
116 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->ancount); in ares_dns_write_header()
122 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->nscount); in ares_dns_write_header()
128 status = ares__buf_append_be16(buf, (unsigned short)dnsrec->arcount); in ares_dns_write_header()
160 status = ares__buf_append_be16(buf, (unsigned short)qtype); in ares_dns_write_questions()
166 status = ares__buf_append_be16(buf, (unsigned short)qclass); in ares_dns_write_questions()
284 return ares__buf_append_be16(buf, ares_dns_rr_get_u16(rr, key)); in ares_dns_write_rr_be16()
564 status = ares__buf_append_be16(buf, opt); in ares_dns_write_rr_opt()
[all …]
Dares__buf.h107 ares_status_t ares__buf_append_be16(ares__buf_t *buf, unsigned short u16);
Dares_dns_name.c427 status = ares__buf_append_be16(buf, u16); in ares__dns_name_write()
Dares_process.c820 status = ares__buf_append_be16(server->tcp_send, (unsigned short)query->qlen); in ares__append_tcpbuf()
Dares__buf.c280 ares_status_t ares__buf_append_be16(ares__buf_t *buf, unsigned short u16) in ares__buf_append_be16() function