Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_show.c88 static npf_conf_info_t stdout_ctx; in npfctl_show_init() local
89 memset(&stdout_ctx, 0, sizeof(npf_conf_info_t)); in npfctl_show_init()
90 stdout_ctx.glevel = -1; in npfctl_show_init()
91 stdout_ctx.fp = stdout; in npfctl_show_init()
92 return &stdout_ctx; in npfctl_show_init()