Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnet-condition.c50 static bool net_condition_test_strv(char * const *patterns, const char *string) { in net_condition_test_strv() function
78 if (net_condition_test_strv(patterns, ifname)) in net_condition_test_ifname()
82 if (net_condition_test_strv(patterns, *p)) in net_condition_test_ifname()
153 if (!net_condition_test_strv(match->path, path)) in net_match_config()
156 if (!net_condition_test_strv(match->driver, driver)) in net_match_config()
159 if (!net_condition_test_strv(match->iftype, iftype_str)) in net_match_config()
162 if (!net_condition_test_strv(match->kind, kind)) in net_match_config()
171 if (!net_condition_test_strv(match->wlan_iftype, nl80211_iftype_to_string(wlan_iftype))) in net_match_config()
174 if (!net_condition_test_strv(match->ssid, ssid)) in net_match_config()