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

  /src/sys/netinet/
sctp_output.c 7549 struct sctp_strseq *strseq; local in function:send_forward_tsn
7616 * the strseq pointer.
7618 strseq = (struct sctp_strseq *)fwdtsn;
7620 * Now populate the strseq list. This is done blindly
7640 strseq->stream = ntohs(at->rec.data.stream_number);
7641 strseq->sequence = ntohs(at->rec.data.stream_seq);
7642 strseq++;
sctp_output.c 7549 struct sctp_strseq *strseq; local in function:send_forward_tsn
7616 * the strseq pointer.
7618 strseq = (struct sctp_strseq *)fwdtsn;
7620 * Now populate the strseq list. This is done blindly
7640 strseq->stream = ntohs(at->rec.data.stream_number);
7641 strseq->sequence = ntohs(at->rec.data.stream_seq);
7642 strseq++;
sctp_output.c 7549 struct sctp_strseq *strseq; local in function:send_forward_tsn
7616 * the strseq pointer.
7618 strseq = (struct sctp_strseq *)fwdtsn;
7620 * Now populate the strseq list. This is done blindly
7640 strseq->stream = ntohs(at->rec.data.stream_number);
7641 strseq->sequence = ntohs(at->rec.data.stream_seq);
7642 strseq++;

Completed in 202 milliseconds