Lines Matching defs:ignore
33 char **ignore;
38 /* always ignore the loopback interface */
42 /* if interfaces are given on the command line, ignore all others */
46 /* ignore interfaces we explicitly are asked to ignore */
47 STRV_FOREACH(ignore, m->ignore)
48 if (fnmatch(*ignore, link->ifname, 0) == 0)
268 int manager_new(Manager **ret, char **interfaces, char **ignore, usec_t timeout) {
279 m->ignore = ignore;