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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c397 static char *rules_get_value(char *input, char **nptr) { function
541 buf = rules_get_value(input, &input);
543 ERROR("rules_get_value", "Malformed rule - unable to read!");
574 ERROR("rules_get_value / status / condtype", "Malformed rule - unknown condition type.");
591 ERROR("rules_get_value / status / initiator", "Malformed rule - unknown initiator.");
621 ERROR("rules_get_value / status / action", "Malformed rule - unknown action: %s.", buf);
630 last_rule.actions[last_rule.actions_c-1].parameter[j] = rules_get_value(input, &input);
632 ERROR("rules_get_value / status / action", "Malformed rule - not enough parameters passed.");
641 last_rule.actions[last_rule.actions_c-1].parameter[j] = rules_get_value(input, &input);
647 ERROR("rules_get_value / statu
[all...]

Completed in 58 milliseconds