Searched refs:pfctl_lookup_option (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c109 const char *pfctl_lookup_option(char *, const char **);
2092 pfctl_lookup_option(char *cmd, const char **list) function
2138 clearopt = pfctl_lookup_option(optarg, clearopt_list);
2192 optiopt = pfctl_lookup_option(optarg, optiopt_list);
2209 showopt = pfctl_lookup_option(optarg, showopt_list);
2219 tblcmdopt = pfctl_lookup_option(optarg, tblcmdopt_list);
2231 debugopt = pfctl_lookup_option(optarg, debugopt_list);

Completed in 165 milliseconds