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

/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp198 uint16 _GetNextEphemeral();
480 uint16 allocedPort = _GetNextEphemeral();
618 UdpDomainSupport::_GetNextEphemeral() function in class:UdpDomainSupport
629 TRACE_DOMAIN("_GetNextEphemeral(), last %hu, curr %hu, stop %hu",
635 TRACE_DOMAIN(" _GetNextEphemeral(): trying port %hu...", curr);
638 TRACE_DOMAIN(" _GetNextEphemeral(): ...using port %hu", curr);

Completed in 42 milliseconds