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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 67 #define SCTP_ADDRESS_LIMIT 1080
    [all...]
sctp_output.c 2086 cnt = SCTP_ADDRESS_LIMIT;
2111 if (cnt > SCTP_ADDRESS_LIMIT) {
2115 if (cnt > SCTP_ADDRESS_LIMIT) {
2161 if (total_count > SCTP_ADDRESS_LIMIT) {
2233 if (cnt >= SCTP_ADDRESS_LIMIT) {
    [all...]

Completed in 33 milliseconds