HomeSort by relevance Sort by last modified time
    Searched full:streamincnt (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 409 for (i = 0; i < asoc->streamincnt; i++) {
422 asoc->streamincnt = ntohs(init->num_outbound_streams);
424 asoc->streamincnt = asoc->max_inbound_streams;
426 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt *
433 for (i = 0; i < asoc->streamincnt; i++) {
    [all...]
sctp_structs.h 1149 uint16_t streamincnt; member in struct:sctp_association
    [all...]
sctp_sysctl.c 566 xstcb.in_streams = stcb->asoc.streamincnt;
    [all...]
sctp_pcb.c     [all...]
sctp_usrreq.c     [all...]
sctp_indata.c     [all...]
sctputil.c     [all...]

Completed in 259 milliseconds