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

  /src/usr.sbin/npf/npfctl/
npfctl.c 380 int fd, c, optcount; local in function:npfctl_debug
409 optcount = (int)!!use_active + (int)!!conf + (int)!!bconf;
410 if (optcount != 1) {
411 if (optcount > 1) {
npfctl.c 380 int fd, c, optcount; local in function:npfctl_debug
409 optcount = (int)!!use_active + (int)!!conf + (int)!!bconf;
410 if (optcount != 1) {
411 if (optcount > 1) {

Completed in 24 milliseconds