Searched refs:netconfig (Results 1 – 1 of 1) sorted by relevance
1438 static void free_nameservers_locked(NetConfig* netconfig);1443 static void res_cache_clear_stats_locked(NetConfig* netconfig);1471 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_flush_cache_for_net() local1472 if (netconfig == nullptr) { in resolv_flush_cache_for_net()1475 netconfig->cache->flush(); in resolv_flush_cache_for_net()1478 res_cache_clear_stats_locked(netconfig); in resolv_flush_cache_for_net()1518 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_get_network_types_for_net() local1519 if (netconfig == nullptr) return android::net::NT_UNKNOWN; in resolv_get_network_types_for_net()1520 return convert_network_type(netconfig->transportTypes); in resolv_get_network_types_for_net()1570 NetConfig* netconfig = find_netconfig_locked(netid); in getCustomizedTableByName() local[all …]