Home
last modified time | relevance | path

Searched refs:npfvar_get_count (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_build.c222 if (npfvar_get_count(vp) > 1) { in npfctl_get_singleport()
241 if (npfvar_get_count(vp) > 1) { in npfctl_get_singlefam()
256 if (npfvar_get_count(vp) > 1) { in npfctl_get_singletable()
305 for (unsigned i = 0; i < npfvar_get_count(vars); i++) { in npfctl_build_vars()
355 assert(npfvar_get_count(popts) == 2); in npfctl_build_proto_block()
367 assert(npfvar_get_count(popts) == 2); in npfctl_build_proto_block()
382 const unsigned count = npfvar_get_count(vars); in npfctl_build_proto()
415 count = npfvar_get_count(vars); in npfctl_check_proto()
566 for (size_t i = 0; i < npfvar_get_count(args); i++) { in npfctl_build_rpcall()
603 for (i = 0; i < npfvar_get_count(procs); i++) { in npfctl_build_rproc()
Dnpf_parse.y777 if (npfvar_get_count($1) != 1)
803 for (u_int i = 0; i < npfvar_get_count(vp); i++) {
896 if (npfvar_get_count($2) != 1)
940 if (npfvar_get_count(vp) != 1)
989 if (npfvar_get_count($1) != 1) {
Dnpf_var.c179 if (npfvar_get_count(vp) != 1) { in npfvar_expand_string()
187 npfvar_get_count(const npfvar_t *vp) in npfvar_get_count() function
Dnpf_var.h84 size_t npfvar_get_count(const npfvar_t *);
Dnpf_data.c288 size_t count = npfvar_get_count(vp); in npfctl_parse_port_range_variable()
371 if (npfvar_get_count(vpa) == 0) { in npfctl_parse_ifnet()