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

/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp208 uint16 fLastUsedEphemeral; member in class:UdpDomainSupport
271 fLastUsedEphemeral = kFirst + rand() % (kLast - kFirst);
621 if (fLastUsedEphemeral < kLast) {
622 stop = fLastUsedEphemeral;
623 curr = fLastUsedEphemeral + 1;
630 fLastUsedEphemeral, curr, stop);
639 fLastUsedEphemeral = curr;

Completed in 27 milliseconds