Home
last modified time | relevance | path

Searched refs:next_server (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_process.c83 static void next_server(ares_channel channel, struct query *query,
561 next_server(channel, query, now); in process_timeouts()
663 next_server(channel, query, now); in process_answer()
738 next_server(channel, query, now); in handle_error()
763 static void next_server(ares_channel channel, struct query *query, in next_server() function
823 next_server(channel, query, now); in ares__send_query()
863 next_server(channel, query, now); in ares__send_query()
871 next_server(channel, query, now); in ares__send_query()
DNEWS19 next_server() and possibly freeing the query structure.
DCHANGES.01046 next_server(). I've changed that so next_server() and end_query() returns
/external/dnsmasq/src/
Drfc2131.c710 if (boot->next_server.s_addr) mess->siaddr = boot->next_server; in dhcp_reply()
1802 if (boot->next_server.s_addr) mess->siaddr = boot->next_server; in do_options()
Ddnsmasq.h490 struct in_addr next_server; member
Doption.c1732 new->next_server = dhcp_next_server; in one_opt()