Searched refs:npfctl_parse_port_range_variable (Results 1 – 3 of 3) sorted by relevance
139 npfvar_t * npfctl_parse_port_range_variable(const char *, npfvar_t *);
804 $$ = npfctl_parse_port_range_variable(NULL, $3);830 $$ = npfctl_parse_port_range_variable($1, vp);
286 npfctl_parse_port_range_variable(const char *v, npfvar_t *vp) in npfctl_parse_port_range_variable() function