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

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.c785 else if (r->rt == PF_REPLYTO)
H A Dparse.y4258 $$.rt = PF_REPLYTO;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c384 ((s)->rule.ptr->rt == PF_REPLYTO && \
399 ((s)->rule.ptr->rt == PF_REPLYTO && \
5965 if ((r->rt == PF_REPLYTO) == (r->direction == dir))
6265 if ((r->rt == PF_REPLYTO) == (r->direction == dir))
H A Dpfvar.h127 enum { PF_NOPFROUTE, PF_FASTROUTE, PF_ROUTETO, PF_DUPTO, PF_REPLYTO }; enumerator in enum:__anon45

Completed in 110 milliseconds