HomeSort by relevance Sort by last modified time
    Searched refs:num_outbound_streams (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_header.h 181 uint16_t num_outbound_streams; /* OS */ member in struct:sctp_init
sctp_input.c 159 if (init->num_outbound_streams == 0) {
419 if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) {
420 asoc->streamincnt = ntohs(init->num_outbound_streams);
    [all...]
sctp_output.c     [all...]

Completed in 42 milliseconds