HomeSort by: relevance | last modified time | path
    Searched refs:indx_of_eligible_next_to_use (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 198 u_int8_t indx_of_eligible_next_to_use; member in struct:sctp_nets
sctp_output.c 914 cur_addr_num = net->indx_of_eligible_next_to_use;
1654 cur_addr_num = net->indx_of_eligible_next_to_use;
1709 net->indx_of_eligible_next_to_use = cur_addr_num + 1;
1711 net->indx_of_eligible_next_to_use = 0;

Completed in 50 milliseconds