Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_var.h75 npfvar_t * npfvar_create_from_string(unsigned, const char *);
H A Dnpf_parse.y292 $$ = npfvar_create_from_string(NPFVAR_IDENTIFIER, $1);
296 $$ = npfvar_create_from_string(NPFVAR_STRING, $1);
308 $$ = npfvar_create_from_string(NPFVAR_VAR_ID, $1);
H A Dnpf_var.c105 npfvar_create_from_string(unsigned type, const char *string) in npfvar_create_from_string() function