Home
last modified time | relevance | path

Searched refs:ARES_FLAG_EDNS (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_query.c62 (channel->flags & ARES_FLAG_EDNS) ? (int)channel->ednspsz : 0); in ares_query_qid()
H A Dares_send.c116 packetsz = (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : PACKETSZ; in ares_send_ex()
H A Dares_init.c141 channel->flags = ARES_FLAG_EDNS; in init_by_defaults()
/third_party/cares/include/
H A Dares.h150 #define ARES_FLAG_EDNS (1 << 8) macro
/third_party/node/deps/cares/include/
H A Dares.h200 #define ARES_FLAG_EDNS (1 << 8) macro

Completed in 5 milliseconds