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

  /src/usr.sbin/npf/npfctl/
npf_var.h 50 #define NPFVAR_PROTO 12
67 [NPFVAR_PROTO] = "proto",
npf_parse.y 685 NPFVAR_PROTO, &$3, sizeof($3));
690 $$ = npfvar_create_element(NPFVAR_PROTO, &$1, sizeof($1));
697 $$ = npfvar_create_element(NPFVAR_PROTO, &$2, sizeof($2));
npf_build.c 422 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, 0);
429 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, i);
449 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, i);

Completed in 15 milliseconds