HomeSort by: relevance | last modified time | path
    Searched defs:cur_addr_num (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 831 uint8_t loopscope, uint8_t ipv4_scope, int cur_addr_num)
849 if (cur_addr_num == num_eligible_addr) {
892 int cur_addr_num=0, num_prefered=0; local in function:sctp_choose_v4_boundall
914 cur_addr_num = net->indx_of_eligible_next_to_use;
934 if (cur_addr_num >= num_prefered) {
935 cur_addr_num = 0;
937 /* select the nth address from the list (where cur_addr_num is the nth) and
942 printf("cur_addr_num:%d\n", cur_addr_num);
946 ipv4_scope, cur_addr_num);
1641 int cur_addr_num=0; local in function:sctp_choose_v6_boundall
    [all...]

Completed in 12 milliseconds