Searched refs:netconfig (Results 1 – 1 of 1) sorted by relevance
1474 static void free_nameservers_locked(NetConfig* netconfig);1479 static void res_cache_clear_stats_locked(NetConfig* netconfig);1507 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_flush_cache_for_net() local1508 if (netconfig == nullptr) { in resolv_flush_cache_for_net()1511 netconfig->cache->flush(); in resolv_flush_cache_for_net()1514 res_cache_clear_stats_locked(netconfig); in resolv_flush_cache_for_net()1554 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_get_network_types_for_net() local1555 if (netconfig == nullptr) return android::net::NT_UNKNOWN; in resolv_get_network_types_for_net()1556 return convert_network_type(netconfig->transportTypes); in resolv_get_network_types_for_net()1606 NetConfig* netconfig = find_netconfig_locked(netid); in getCustomizedTableByName() local[all …]