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

  /src/sys/netinet/
sctp_indata.c 4416 struct sctp_strseq *stseq; local in function:sctp_handle_forward_tsn
4624 stseq = (struct sctp_strseq *)((vaddr_t)fwd + sizeof(*fwd));
4641 xx = (unsigned char *)&stseq[i];
4643 st = ntohs(stseq[i].stream);
4644 stseq[i].stream = st;
4645 st = ntohs(stseq[i].sequence);
4646 stseq[i].sequence = st;
4648 if (stseq[i].stream > asoc->streamincnt) {
4653 stseq[i].stream, asoc->streamincnt);
4664 strm = &asoc->strmin[stseq[i].stream]
    [all...]
sctp_indata.c 4416 struct sctp_strseq *stseq; local in function:sctp_handle_forward_tsn
4624 stseq = (struct sctp_strseq *)((vaddr_t)fwd + sizeof(*fwd));
4641 xx = (unsigned char *)&stseq[i];
4643 st = ntohs(stseq[i].stream);
4644 stseq[i].stream = st;
4645 st = ntohs(stseq[i].sequence);
4646 stseq[i].sequence = st;
4648 if (stseq[i].stream > asoc->streamincnt) {
4653 stseq[i].stream, asoc->streamincnt);
4664 strm = &asoc->strmin[stseq[i].stream]
    [all...]

Completed in 197 milliseconds