Home | History | Annotate | Download | only in libxtables

Lines Matching refs:symbol

404 	const struct tos_symbol_info *symbol;
416 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
417 if (strcasecmp(cb->arg, symbol->name) == 0) {
418 cb->val.tos_value = symbol->value;