Home
last modified time | relevance | path

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

/netbsd/sys/dist/pf/net/
H A Dpfvar.h123 enum { PF_NOPFROUTE, PF_FASTROUTE, PF_ROUTETO, PF_DUPTO, PF_REPLYTO }; enumerator
H A Dpf.c283 (((*state)->rule.ptr->rt == PF_ROUTETO && \
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c802 if (r->rt == PF_ROUTETO) in print_rule()
H A Dparse.y3896 $$.rt = PF_ROUTETO;