Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h136 npfvar_t * npfctl_parse_table_id(const char *);
H A Dnpf_parse.y310 | TABLE_ID { $$ = npfctl_parse_table_id($1); }
760 | TABLE_ID { $$ = npfctl_parse_table_id($1); }
H A Dnpf_data.c258 npfctl_parse_table_id(const char *name) in npfctl_parse_table_id() function