Home
last modified time | relevance | path

Searched refs:PRU_SLOWTIMO (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/netinet/
H A Dtcp_timer.c441 PRU_SLOWTIMO | (TCPT_REXMT << 8)); in tcp_timer_rexmt()
505 PRU_SLOWTIMO | (TCPT_PERSIST << 8)); in tcp_timer_persist()
577 PRU_SLOWTIMO | (TCPT_KEEP << 8)); in tcp_timer_keep()
638 PRU_SLOWTIMO | (TCPT_2MSL << 8)); in tcp_timer_2msl()
H A Dtcp_debug.c201 if ((req & 0xff) == PRU_SLOWTIMO) in tcp_trace()
/netbsd/sys/sys/
H A Dprotosw.h156 #define PRU_SLOWTIMO 19 /* 500ms timeout */ macro
/netbsd/usr.sbin/trpt/
H A Dtrpt.c500 if (req == PRU_SLOWTIMO || req == PRU_FASTTIMO) in tcp_trace()