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

  /src/usr.sbin/npf/npfctl/
npf_var.h 33 #define NPFVAR_STRING 0
55 [NPFVAR_STRING] = "string",
npf_var.c 183 return npfvar_get_data(vp, NPFVAR_STRING, 0);
206 case NPFVAR_STRING:
npf_parse.y 318 $$ = npfvar_create_from_string(NPFVAR_STRING, $1);
840 case NPFVAR_STRING:
984 case NPFVAR_STRING:
npf_data.c 345 case NPFVAR_STRING:

Completed in 33 milliseconds