Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dpfctl_parser.h51 #define PF_OPT_NODNS 0x01000 macro
H A Dpfctl.c480 &psnk.psnk_src.addr.v.a.mask, (opts & PF_OPT_NODNS)); in pfctl_kill_src_nodes()
502 (opts & PF_OPT_NODNS)); in pfctl_kill_src_nodes()
561 &psk.psk_src.addr.v.a.mask, (opts & PF_OPT_NODNS)); in pfctl_net_kill_states()
583 (opts & PF_OPT_NODNS)); in pfctl_net_kill_states()
2592 opts |= PF_OPT_NODNS; in main()
2684 if ((opts & PF_OPT_NODNS) && (opts & PF_OPT_USEDNS)) in main()
H A Dpfctl_parser.c1655 (h = host_dns(ps, mask, (opts & PF_OPT_NODNS))) == NULL) { in host()