Home
last modified time | relevance | path

Searched refs:npfctl_parse_port_range_variable (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h139 npfvar_t * npfctl_parse_port_range_variable(const char *, npfvar_t *);
H A Dnpf_parse.y804 $$ = npfctl_parse_port_range_variable(NULL, $3);
830 $$ = npfctl_parse_port_range_variable($1, vp);
H A Dnpf_data.c286 npfctl_parse_port_range_variable(const char *v, npfvar_t *vp) in npfctl_parse_port_range_variable() function