Home
last modified time | relevance | path

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

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