HomeSort by: relevance | last modified time | path
    Searched defs:cnt_of_unconf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_timer.c 1242 int cnt_of_unconf=0; local in function:sctp_heartbeat_timer
1256 cnt_of_unconf++;
1268 if (cnt_of_unconf > 1) {
1274 while ((cnt_sent < stcb->asoc.max_burst) && (cnt_of_unconf > 1)) {
1277 cnt_of_unconf--;
sctp_usrreq.c 2885 int cnt_of_unconf = 0; local in function:sctp_optsset
2889 cnt_of_unconf++;
2894 if (cnt_of_unconf == 0)
sctputil.c 1171 int cnt_of_unconf=0; local in function:sctp_timer_start
1176 cnt_of_unconf++;
1182 cnt_of_unconf, stcb->asoc.heart_beat_delay);
1202 (cnt_of_unconf == 0)) {
1224 if (cnt_of_unconf) {

Completed in 18 milliseconds