Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npfctl/
Dnpfctl.c375 const char *conf = NULL, *bconf = NULL, *outfile = NULL; in npfctl_debug() local
390 bconf = optarg; in npfctl_debug()
407 optcount = (int)!!use_active + (int)!!conf + (int)!!bconf; in npfctl_debug()
432 if (bconf) { in npfctl_debug()
433 printf("Importing %s\n", bconf); in npfctl_debug()
434 ncf = npfctl_import(bconf); in npfctl_debug()