Home | History | Annotate | Download | only in npfctl

Lines Matching defs:npf_conf_info_t

86 } npf_conf_info_t;
88 static void print_linesep(npf_conf_info_t *);
90 static npf_conf_info_t *
93 static npf_conf_info_t stdout_ctx;
94 memset(&stdout_ctx, 0, sizeof(npf_conf_info_t));
141 print_indent(npf_conf_info_t *ctx, unsigned level)
157 print_linesep(npf_conf_info_t *ctx)
183 print_family(npf_conf_info_t *ctx __unused, const uint32_t *words)
199 print_address(npf_conf_info_t *ctx __unused, const uint32_t *words)
221 print_number(npf_conf_info_t *ctx __unused, const uint32_t *words)
229 print_table(npf_conf_info_t *ctx, const uint32_t *words)
242 print_proto(npf_conf_info_t *ctx, const uint32_t *words)
259 print_tcpflags(npf_conf_info_t *ctx __unused, const uint32_t *words)
282 print_portrange(npf_conf_info_t *ctx __unused, const uint32_t *words)
296 print_ether_address(npf_conf_info_t *ctx __unused, const uint32_t *nwords)
311 print_ether_type(npf_conf_info_t *ctx __unused, const uint32_t *words)
358 char * (*printfn)(npf_conf_info_t *, const uint32_t *);
392 scan_marks(npf_conf_info_t *ctx, const struct mark_keyword_mapent *mk,
449 npfctl_print_id(npf_conf_info_t *ctx, nl_rule_t *rl)
459 npfctl_print_filter_generic(npf_conf_info_t *ctx, uint32_t plist)
472 npfctl_print_filter_seg(npf_conf_info_t *ctx, unsigned which)
521 npfctl_print_l2filter_seg(npf_conf_info_t *ctx, unsigned which)
557 npfctl_print_filter(npf_conf_info_t *ctx, nl_rule_t *rl, uint32_t attr)
630 npfctl_print_rule(npf_conf_info_t *ctx, nl_rule_t *rl, unsigned level)
697 npfctl_print_nat(npf_conf_info_t *ctx, nl_nat_t *nt)
789 npfctl_print_table(npf_conf_info_t *ctx, nl_table_t *tl)
809 npfctl_print_params(npf_conf_info_t *ctx, nl_config_t *ncf)
828 npf_conf_info_t *ctx = npfctl_show_init();
896 npf_conf_info_t *ctx = npfctl_show_init();