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

  /src/usr.sbin/npf/npfctl/
npfctl.c 377 const char *conf = NULL, *bconf = NULL, *outfile = NULL; local in function:npfctl_debug
392 bconf = optarg;
409 optcount = (int)!!use_active + (int)!!conf + (int)!!bconf;
434 if (bconf) {
435 printf("Importing %s\n", bconf);
436 ncf = npfctl_import(bconf);
npfctl.c 377 const char *conf = NULL, *bconf = NULL, *outfile = NULL; local in function:npfctl_debug
392 bconf = optarg;
409 optcount = (int)!!use_active + (int)!!conf + (int)!!bconf;
434 if (bconf) {
435 printf("Importing %s\n", bconf);
436 ncf = npfctl_import(bconf);

Completed in 26 milliseconds