Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfvar.h136 enum { PF_NOPFROUTE, PF_ROUTETO, PF_DUPTO, PF_REPLYTO }; enumerator
H A Dpf.c6582 if ((st->rt == PF_REPLYTO) == (st->direction == pd->dir)) in pf_route()
6701 if ((st->rt == PF_REPLYTO) == (st->direction == pd->dir)) in pf_route6()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c1161 else if (r->rt == PF_REPLYTO) in print_rule()
H A Dparse.y2110 filter_opts.rt = PF_REPLYTO;