Searched refs:actions_c (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c330 for (i = 0; i < rule->actions_c; i++) {
478 for (j = 0; j < rules->rules[i].actions_c; j++) {
535 last_rule.actions_c = 0;
602 last_rule.actions_c = 0;
608 last_rule.actions_c++;
609 last_rule.actions = xrealloc(last_rule.actions, sizeof(struct action_t) * last_rule.actions_c);
610 last_rule.actions[last_rule.actions_c-1].parameter = NULL;
611 last_rule.actions[last_rule.actions_c-1].type = -1;
615 last_rule.actions[last_rule.actions_c-1].type = actions[i].type;
620 if (last_rule.actions[last_rule.actions_c
[all...]
H A Drules.h67 int actions_c; member in struct:rule_t

Completed in 70 milliseconds