Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c240 const char *found_domain) in test_condition_domain() argument
246 len_f = found_domain == NULL ? 0 : strlen(found_domain); in test_condition_domain()
254 found[i] = tolower(found_domain[i]); in test_condition_domain()
259 return (found_domain != NULL && strcmp(found, target) == 0); in test_condition_domain()
261 return (found_domain == NULL || strcmp(found, target) != 0); in test_condition_domain()
263 return (found_domain != NULL && strstr(found, target) != NULL); in test_condition_domain()
265 return (found_domain == NULL || strstr(found, target) == NULL); in test_condition_domain()