Home
last modified time | relevance | path

Searched refs:ch_makeShutdown (Results 1 – 3 of 3) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/sctp/
H A DchunkHandler.h289 ChunkID ch_makeShutdown(unsigned int _cummTSNacked);
H A DSCTP-control.c241 shutdownCID = ch_makeShutdown(rxc_read_cummulativeTSNacked()); in sci_timer_expired()
471 shutdownCID = ch_makeShutdown(rxc_read_cummulativeTSNacked()); in scu_shutdown()
2247 shutdownCID = ch_makeShutdown(rxc_read_cummulativeTSNacked()); in sci_allChunksAcked()
H A DchunkHandler.c2270 ChunkID ch_makeShutdown(unsigned int _cummTSNacked) in ch_makeShutdown() function