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/
Dnpfctl.h139 npfvar_t * npfctl_parse_port_range_variable(const char *, npfvar_t *);
Dnpf_parse.y827 $$ = npfctl_parse_port_range_variable(NULL, $3);
855 $$ = npfctl_parse_port_range_variable($1, vp);
Dnpf_data.c286 npfctl_parse_port_range_variable(const char *v, npfvar_t *vp) in npfctl_parse_port_range_variable() function