Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c183 { "tcp.first", PFTM_TCP_FIRST_PACKET },
H A Dpfctl.c1543 pf->timeout[PFTM_TCP_FIRST_PACKET] = PFTM_TCP_FIRST_PACKET_VAL; in pfctl_init_options()
/dragonfly/sys/net/pf/
H A Dpfvar.h103 enum { PFTM_TCP_FIRST_PACKET, PFTM_TCP_OPENING, PFTM_TCP_ESTABLISHED, enumerator
H A Dpf.c4188 s->timeout = PFTM_TCP_FIRST_PACKET; in pf_create_state()
4639 (*state)->timeout = PFTM_TCP_FIRST_PACKET; in pf_tcp_track_full()
4844 (*state)->timeout = PFTM_TCP_FIRST_PACKET; in pf_tcp_track_sloppy()
H A Dpf_ioctl.c267 my_timeout[PFTM_TCP_FIRST_PACKET] = 120; /* First TCP packet */ in pfattach()