Searched refs:num_eligible_addr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c2853 int num_eligible_addr = 0; local
2961 if (num_eligible_addr >= addr_wanted) {
2964 num_eligible_addr++;
2984 int num_eligible_addr = 0; local
3029 num_eligible_addr++;
3031 return (num_eligible_addr);
3103 * Ok we have num_eligible_addr set with how many we can use, this
3162 * Ok we have num_eligible_addr set with how many we can

Completed in 138 milliseconds