Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c192 { "udp.multiple", PFTM_UDP_MULTIPLE },
H A Dpfctl.c1551 pf->timeout[PFTM_UDP_MULTIPLE] = PFTM_UDP_MULTIPLE_VAL; in pfctl_init_options()
/dragonfly/sys/net/pf/
H A Dpfvar.h105 PFTM_UDP_FIRST_PACKET, PFTM_UDP_SINGLE, PFTM_UDP_MULTIPLE, enumerator
H A Dpf_ioctl.c275 my_timeout[PFTM_UDP_MULTIPLE] = 60; /* Bidirectional */ in pfattach()
H A Dpf.c5117 (*state)->timeout = PFTM_UDP_MULTIPLE; in pf_test_state_udp()