Searched refs:liface (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c1181 char *liface; local
1192 liface = xstrdup(pch + 1);
1194 liface = xstrdup(iface);
1224 if (fnmatch(currmap->match[i], liface, 0) != 0)
1227 printf("Running mapping script %s on %s\n", currmap->script, liface);
1229 liface = run_mapping(iface, currmap);
1239 if (strcmp(liface, currif->iface) == 0) {
1245 debug_noise("\nConfiguring interface %s (%s)\n", liface, currif->address_family->name);
1251 liface, currif->address_family->name);
1266 bb_error_msg("ignoring unknown interface %s", liface);
[all...]

Completed in 109 milliseconds