Home
last modified time | relevance | path

Searched refs:config_domain (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c105 char* domain, char* config_domain, struct dhcp_netid* netid,
1749 char* config_domain, struct dhcp_netid* netid, struct in_addr subnet_addr, in do_options() argument
1758 if (config_domain && (!domain || !hostname_isequal(domain, config_domain))) in do_options()
1760 config_domain, hostname); in do_options()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c92 static int config_domain(ares_channel channel, char *str);
1689 status = config_domain(channel, p); in init_by_resolv_conf()
2001 static int config_domain(ares_channel channel, char *str) in config_domain() function