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

  /src/sys/netinet/
sctp_pcb.c 1767 int not_done=1; local in function:sctp_inpcb_bind
1769 while (not_done) {
1781 not_done = 0;
1795 not_done = 0;
1810 not_done = 0;
sctputil.c 626 u_long x, not_done; local in function:sctp_select_a_tag
630 not_done = 1;
631 while (not_done) {
638 not_done = 0;

Completed in 43 milliseconds