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

  /src/sys/netinet/
sctputil.c 434 int resend_cnt, tot_out, rep, tot_book_cnt; local in function:sctp_auditing
471 resend_cnt = tot_out = 0;
474 resend_cnt++;
480 if (resend_cnt != stcb->asoc.sent_queue_retran_cnt) {
487 printf("resend_cnt:%d asoc-tot:%d\n",
488 resend_cnt, stcb->asoc.sent_queue_retran_cnt);
490 stcb->asoc.sent_queue_retran_cnt = resend_cnt;

Completed in 37 milliseconds