Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/pfctl/
H A Dpfctl.c119 static const char *showopt; variable
2215 showopt = pfctl_lookup_option(optarg, showopt_list); in main()
2216 if (showopt == NULL) { in main()
2304 clearopt = showopt = debugopt = NULL; in main()
2316 if (showopt != NULL) { in main()
2317 switch (*showopt) { in main()
2386 if ((opts & PF_OPT_CLRRULECTRS) && showopt == NULL) in main()