Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDpfctl.c110 const char *showopt; variable
2095 showopt = pfctl_lookup_option(optarg, showopt_list); in main()
2096 if (showopt == NULL) { in main()
2184 clearopt = showopt = debugopt = NULL; in main()
2196 if (showopt != NULL) { in main()
2197 switch (*showopt) { in main()
2263 if ((opts & PF_OPT_CLRRULECTRS) && showopt == NULL) in main()