Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_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()
326 opts & PF_OPT_USEDNS); in pfctl_table()
346 print_astats(p, opts & PF_OPT_USEDNS); in pfctl_table()
348 print_addrx(p, NULL, opts & PF_OPT_USEDNS); in pfctl_table()
368 opts & PF_OPT_USEDNS); in pfctl_table()
373 print_addrx(a2, a, opts & PF_OPT_USEDNS); in pfctl_table()
392 opts & PF_OPT_USEDNS); in print_table()
[all...]
H A Dpfctl_parser.h47 #define PF_OPT_USEDNS 0x0040 macro
H A Dpf_print_state.c172 if (opts & PF_OPT_USEDNS) in print_host()
H A Dpfctl.c2964 opts |= PF_OPT_USEDNS; in main()