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

  /src/sys/netinet/
sctp_timer.c 364 u_int32_t tsnfirst, tsnlast; local in function:sctp_mark_all_for_resend
429 tsnlast = tsnfirst = 0;
533 tsnlast = chk->rec.data.TSN_seq;
575 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT);
584 printf("LAST TSN marked was %x\n", tsnlast);
589 printf("LAST TSN marked was %x\n", tsnlast);
sctp_timer.c 364 u_int32_t tsnfirst, tsnlast; local in function:sctp_mark_all_for_resend
429 tsnlast = tsnfirst = 0;
533 tsnlast = chk->rec.data.TSN_seq;
575 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT);
584 printf("LAST TSN marked was %x\n", tsnlast);
589 printf("LAST TSN marked was %x\n", tsnlast);

Completed in 27 milliseconds