HomeSort by: relevance | last modified time | path
    Searched defs:print_table (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_table.c 58 static void print_table(struct pfr_table *, int, int);
185 print_table(p, opts & PF_OPT_VERBOSE,
363 print_table(struct pfr_table *ta, int verbose, int debug) function in typeref:typename:void
391 print_table(&ts->pfrts_t, 1, debug);
  /src/usr.sbin/npf/npfctl/
npf_show.c 229 print_table(npf_conf_info_t *ctx, const uint32_t *words) function in typeref:typename:char *
369 { BM_SRC_TABLE, NULL, LIST_SADDR, print_table, 1 },
374 { BM_DST_TABLE, NULL, LIST_DADDR, print_table, 1 },

Completed in 39 milliseconds