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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c239 UINT16 *RandomPort; local
244 RandomPort = &mTcp4RandomPort;
248 RandomPort = &mTcp6RandomPort;
265 if (TCP_PORT_USER_RESERVED == *RandomPort) {
266 *RandomPort = TCP_PORT_KNOWN;
269 (*RandomPort)++;
271 while (TcpFindTcbByPeer (&Local, *RandomPort, IpVersion)) {
272 (*RandomPort)++;
274 if (*RandomPort <= TCP_PORT_KNOWN) {
283 *RandomPort
[all...]

Completed in 123 milliseconds