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

  /src/usr.sbin/npf/npfctl/
npf_var.h 87 size_t npfvar_get_count(const npfvar_t *);
npf_var.c 179 if (npfvar_get_count(vp) != 1) {
190 if (npfvar_get_count(vp) != 1) {
226 npfvar_get_count(const npfvar_t *vp) function in typeref:typename:size_t
npf_build.c 233 if (npfvar_get_count(vp) > 1) {
252 if (npfvar_get_count(vp) > 1) {
267 if (npfvar_get_count(vp) > 1) {
315 size_t var_cnt = npfvar_get_count(vars);
387 assert(npfvar_get_count(popts) == 2);
399 assert(npfvar_get_count(popts) == 2);
414 const unsigned count = npfvar_get_count(vars);
447 count = npfvar_get_count(vars);
643 for (size_t i = 0; i < npfvar_get_count(args); i++) {
680 for (i = 0; i < npfvar_get_count(procs); i++)
    [all...]
npf_parse.y 825 if (npfvar_get_count($1) != 1)
852 for (u_int i = 0; i < npfvar_get_count(vp); i++) {
945 if (npfvar_get_count($2) != 1)
989 if (npfvar_get_count(vp) != 1)
1038 if (npfvar_get_count($1) != 1) {
npf_data.c 334 size_t count = npfvar_get_count(vp);
417 if (npfvar_get_count(vpa) == 0) {

Completed in 29 milliseconds