Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfvar.h636 enum pf_sn_types { PF_SN_NONE, PF_SN_NAT, PF_SN_RDR, PF_SN_ROUTE, PF_SN_MAX }; enumerator
H A Dpf.c4007 &r->route, PF_SN_ROUTE); in pf_set_rt_ifp()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c684 else if (sn->type == PF_SN_ROUTE) in print_src_node()