Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/pfctl/
HDpfctl.c121 static const char *showopt; variable
2526 showopt = pfctl_lookup_option(optarg, showopt_list); in main()
2527 if (showopt == NULL) { in main()
2615 clearopt = showopt = debugopt = NULL; in main()
2627 if (showopt != NULL) { in main()
2628 switch (*showopt) { in main()
2697 if ((opts & PF_OPT_CLRRULECTRS) && showopt == NULL) in main()