Home
last modified time | relevance | path

Searched refs:PFTM_TCP_CLOSED (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h94 PFTM_TCP_CLOSING, PFTM_TCP_FIN_WAIT, PFTM_TCP_CLOSED, enumerator
H A Dpf_ioctl.c300 timeout[PFTM_TCP_CLOSED] = PFTM_TCP_CLOSED_VAL; in pfattach()
H A Dpf.c4132 (*state)->timeout = PFTM_TCP_CLOSED;
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c229 { "tcp.closed", PFTM_TCP_CLOSED },
H A Dpfctl.c1514 pf->timeout[PFTM_TCP_CLOSED] = PFTM_TCP_CLOSED_VAL; in pfctl_init_options()