| parser.c | 435 get_fltr_opts(char **cpp, char *fltr_name, size_t len, int *ruleno) 446 		} else if (EQUAL(w, "ruleno")) {
 449 			*ruleno = (int)strtol(w, NULL, 0);
 561 	int	ruleno;  local in function:filter_parser
 579 	ruleno = 0;
 580 	if (!get_fltr_opts(&cp, &fltr_name[0], sizeof(fltr_name), &ruleno)) {
 586 	sfilt.ff_ruleno = ruleno;
 683 	int	ruleno;  local in function:filter6_parser
 701 	ruleno = 0;
 702 	if (!get_fltr_opts(&cp, &fltr_name[0], sizeof(fltr_name), &ruleno)) {
 [all...]
 |