Searched refs:NPFVAR_PROTO (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_var.h50 #define NPFVAR_PROTO 12 macro
66 [NPFVAR_PROTO] = "proto",
H A Dnpf_parse.y632 NPFVAR_PROTO, &$3, sizeof($3));
637 $$ = npfvar_create_element(NPFVAR_PROTO, &$1, sizeof($1));
644 $$ = npfvar_create_element(NPFVAR_PROTO, &$2, sizeof($2));
H A Dnpf_build.c390 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, 0);
397 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, i);
417 const opt_proto_t *op = npfvar_get_data(vars, NPFVAR_PROTO, i);

Completed in 87 milliseconds