HomeSort by: relevance | last modified time | path
    Searched refs:PF_TCPS_PROXY_SRC (Results 1 - 4 of 4) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pf_print_state.c 233 else if (src->state == PF_TCPS_PROXY_SRC ||
234 dst->state == PF_TCPS_PROXY_SRC)
  /src/sys/dist/pf/net/
if_pfsync.c 548 (st->src.state < PF_TCPS_PROXY_SRC ||
549 sp->src.state >= PF_TCPS_PROXY_SRC))
685 (st->src.state < PF_TCPS_PROXY_SRC ||
686 up->src.state >= PF_TCPS_PROXY_SRC))
pfvar.h 65 #define PF_TCPS_PROXY_SRC ((TCP_NSTATES)+0)
pf.c 3702 s->src.state = PF_TCPS_PROXY_SRC;
3853 if ((*state)->src.state == PF_TCPS_PROXY_SRC) {

Completed in 19 milliseconds