Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDpfctl_table.c213 opts & PF_OPT_USEDNS); in pfctl_table()
227 opts & PF_OPT_USEDNS); in pfctl_table()
258 opts & PF_OPT_USEDNS); in pfctl_table()
296 opts & PF_OPT_USEDNS); in pfctl_table()
316 print_astats(p, opts & PF_OPT_USEDNS); in pfctl_table()
318 print_addrx(p, NULL, opts & PF_OPT_USEDNS); in pfctl_table()
338 opts & PF_OPT_USEDNS); in pfctl_table()
343 print_addrx(a2, a, opts & PF_OPT_USEDNS); in pfctl_table()
HDpfctl_parser.h45 #define PF_OPT_USEDNS 0x0040 macro
HDpf_print_state.c172 if (opts & PF_OPT_USEDNS) in print_host()
HDpfctl.c2062 opts |= PF_OPT_USEDNS; in main()