HomeSort by: relevance | last modified time | path
    Searched refs:PRU_SLOWTIMO (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_timer.c 441 PRU_SLOWTIMO | (TCPT_REXMT << 8));
505 PRU_SLOWTIMO | (TCPT_PERSIST << 8));
577 PRU_SLOWTIMO | (TCPT_KEEP << 8));
638 PRU_SLOWTIMO | (TCPT_2MSL << 8));
tcp_debug.c 201 if ((req & 0xff) == PRU_SLOWTIMO)
  /src/sys/sys/
protosw.h 156 #define PRU_SLOWTIMO 19 /* 500ms timeout */
  /src/usr.sbin/trpt/
trpt.c 500 if (req == PRU_SLOWTIMO || req == PRU_FASTTIMO)

Completed in 16 milliseconds