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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp221 fLastPort(kFirstEphemeralPort)
471 uint32 max = fLastPort + 65536;
476 uint32 counter = fLastPort + step;
483 fLastPort = port;
H A DEndpointManager.h115 uint16 fLastPort; member in class:EndpointManager

Completed in 38 milliseconds