Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_structs.h270 uint16_t next_sequence_sent; /* next one I expect to send out */ member
H A Dsctp_output.c4036 template->rec.data.stream_seq = strq->next_sequence_sent; in sctp_prepare_chunk()
4366 strq->next_sequence_sent++;
4481 strq->next_sequence_sent++;
7367 asoc->strmout[i].next_sequence_sent = 0x0;
8682 stcb->asoc.strmout[i].next_sequence_sent = 0;
8690 stcb->asoc.strmout[(list[i])].next_sequence_sent = 0;
9583 strq->next_sequence_sent++;
9672 strq->next_sequence_sent++;
10018 asoc->strmout[i].next_sequence_sent = 0x0;
H A Dsctputil.c772 asoc->strmout[i].next_sequence_sent = 0x0; in sctp_init_asoc()