HomeSort by: relevance | last modified time | path
    Searched defs:clearopt (Results 1 - 3 of 3) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl.c 102 const char *clearopt; variable in typeref:typename:const char *
1989 clearopt = pfctl_lookup_option(optarg, clearopt_list);
1990 if (clearopt == NULL) {
2146 clearopt = showopt = debugopt = NULL;
2225 if (clearopt != NULL) {
2230 switch (*clearopt) {
pfctl.c 102 const char *clearopt; variable in typeref:typename:const char *
1989 clearopt = pfctl_lookup_option(optarg, clearopt_list);
1990 if (clearopt == NULL) {
2146 clearopt = showopt = debugopt = NULL;
2225 if (clearopt != NULL) {
2230 switch (*clearopt) {
pfctl.c 102 const char *clearopt; variable in typeref:typename:const char *
1989 clearopt = pfctl_lookup_option(optarg, clearopt_list);
1990 if (clearopt == NULL) {
2146 clearopt = showopt = debugopt = NULL;
2225 if (clearopt != NULL) {
2230 switch (*clearopt) {

Completed in 35 milliseconds