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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_header.h 180 uint32_t a_rwnd; /* a_rwnd */ member in struct:sctp_init
287 uint32_t a_rwnd; /* updated a_rwnd of sender */ member in struct:sctp_sack
301 uint32_t a_rwnd; /* updated a_rwnd of sender */ member in struct:sctp_nr_sack
sctp_indata.c 4116 uint32_t a_rwnd, old_rwnd; local
4983 uint32_t cum_ack, a_rwnd; local
    [all...]
sctp_input.c 135 if (ntohl(init->a_rwnd) < SCTP_MIN_RWND) {
314 asoc->peers_rwnd = ntohl(init->a_rwnd);
4437 uint32_t a_rwnd; local
4965 uint32_t a_rwnd, cum_ack; local
5041 uint32_t a_rwnd, cum_ack; local
    [all...]

Completed in 100 milliseconds