Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnet-condition.c134 _cleanup_free_ char *iftype_str = NULL; in net_match_config() local
139 if (net_get_type_string(device, iftype, &iftype_str) == -ENOMEM) in net_match_config()
159 if (!net_condition_test_strv(match->iftype, iftype_str)) in net_match_config()