sctp_output.c | 892 int cur_addr_num=0, num_prefered=0; local in function:sctp_choose_v4_boundall 919 num_prefered = sctp_count_v4_num_prefered_boundall (ifn, stcb, non_asoc_addr_ok, loopscope, ipv4_scope, &sin_loop, &sin_local); 922 printf("Found %d prefered source addresses\n", num_prefered); 925 if (num_prefered == 0) { 934 if (cur_addr_num >= num_prefered) { 988 num_prefered = sctp_count_v4_num_prefered_boundall (ifn, stcb, non_asoc_addr_ok, 992 printf("Found ifn:%p %d prefered source addresses\n", ifn, num_prefered); 995 if (num_prefered == 0) { 1004 if (cur_addr_num >= num_prefered) {
|