Home
last modified time | relevance | path

Searched refs:ednspsz (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_send.c113 packetsz = (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : PACKETSZ; in ares_send()
Dares_query.c121 &qlen, (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : 0); in ares_query()
Dares_private.h277 int ednspsz; member
Dares_init.c153 channel->ednspsz = -1; in ares_init_options()
478 if ((optmask & ARES_OPT_EDNSPSZ) && channel->ednspsz == -1) in init_by_options()
479 channel->ednspsz = options->ednspsz; in init_by_options()
1871 if (channel->ednspsz == -1) in init_by_defaults()
1872 channel->ednspsz = EDNSPACKETSZ; in init_by_defaults()
Dares.h273 int ednspsz; member
Dares_process.c617 packetsz = channel->ednspsz; in process_answer()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc74 opts.ednspsz = 1280; in TEST_F()
160 opts.ednspsz = 1280; in TEST_F()