HomeSort by: relevance | last modified time | path
    Searched refs:npfvar_create_from_string (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_var.h 78 npfvar_t * npfvar_create_from_string(unsigned, const char *);
npf_parse.y 314 $$ = npfvar_create_from_string(NPFVAR_IDENTIFIER, $1);
318 $$ = npfvar_create_from_string(NPFVAR_STRING, $1);
331 $$ = npfvar_create_from_string(NPFVAR_VAR_ID, $1);
npf_var.c 105 npfvar_create_from_string(unsigned type, const char *string) function in typeref:typename:npfvar_t *

Completed in 12 milliseconds