Home
last modified time | relevance | path

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

/netbsd/sys/dist/pf/net/
H A Dpfvar.h93 enum { PFTM_TCP_FIRST_PACKET, PFTM_TCP_OPENING, PFTM_TCP_ESTABLISHED, enumerator
H A Dpf_ioctl.c295 timeout[PFTM_TCP_FIRST_PACKET] = PFTM_TCP_FIRST_PACKET_VAL; in pfattach()
H A Dpf.c3573 s->timeout = PFTM_TCP_FIRST_PACKET;
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c224 { "tcp.first", PFTM_TCP_FIRST_PACKET },
H A Dpfctl.c1509 pf->timeout[PFTM_TCP_FIRST_PACKET] = PFTM_TCP_FIRST_PACKET_VAL; in pfctl_init_options()