Searched refs:ares__buf_append_be16 (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_dns_write.c | 45 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 …]
|
D | ares__buf.h | 107 ares_status_t ares__buf_append_be16(ares__buf_t *buf, unsigned short u16);
|
D | ares_dns_name.c | 427 status = ares__buf_append_be16(buf, u16); in ares__dns_name_write()
|
D | ares_process.c | 820 status = ares__buf_append_be16(server->tcp_send, (unsigned short)query->qlen); in ares__append_tcpbuf()
|
D | ares__buf.c | 280 ares_status_t ares__buf_append_be16(ares__buf_t *buf, unsigned short u16) in ares__buf_append_be16() function
|