Searched refs:netconfig (Results 1 – 1 of 1) sorted by relevance
1495 static void free_nameservers_locked(NetConfig* netconfig);1500 static void res_cache_clear_stats_locked(NetConfig* netconfig);1529 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_flush_cache_for_net() local1530 if (netconfig == nullptr) { in resolv_flush_cache_for_net()1533 netconfig->cache->flush(); in resolv_flush_cache_for_net()1536 res_cache_clear_stats_locked(netconfig); in resolv_flush_cache_for_net()1565 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_get_network_types_for_net() local1566 if (netconfig == nullptr) return android::net::NT_UNKNOWN; in resolv_get_network_types_for_net()1567 return convert_network_type(netconfig->transportTypes); in resolv_get_network_types_for_net()1581 NetConfig* netconfig = find_netconfig_locked(netid); in is_mdns_supported_network() local[all …]