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

  /src/sys/netinet/
sctp_constants.h 366 #define SCTP_TIMER_RECV 1
sctp_usrreq.c 1480 *tm = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
2477 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(*tm);
sctp_pcb.c 1442 m->sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(sctp_delayed_sack_time_default);
sctputil.c 1144 to_ticks = inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV];

Completed in 20 milliseconds