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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Dispatcher.c174 if (TCP4_PORT_USER_RESERVED == mTcp4RandomPort) {
175 mTcp4RandomPort = TCP4_PORT_KNOWN;
178 mTcp4RandomPort++;
180 while (TcpFindTcbByPeer (&AP->StationAddress, mTcp4RandomPort)) {
182 mTcp4RandomPort++;
184 if (mTcp4RandomPort <= TCP4_PORT_KNOWN) {
193 mTcp4RandomPort = TCP4_PORT_KNOWN + 1;
200 AP->StationPort = mTcp4RandomPort;
H A DTcp4Main.h25 extern UINT16 mTcp4RandomPort;
H A DTcp4Driver.c18 UINT16 mTcp4RandomPort; variable
176 mTcp4RandomPort = (UINT16) (TCP4_PORT_KNOWN +
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDriver.c18 UINT16 mTcp4RandomPort; variable
189 mTcp4RandomPort = (UINT16) (TCP_PORT_KNOWN + (NET_RANDOM (Seed) % TCP_PORT_KNOWN));
190 mTcp6RandomPort = mTcp4RandomPort;
H A DTcpMain.h30 extern UINT16 mTcp4RandomPort;
H A DTcpDispatcher.c244 RandomPort = &mTcp4RandomPort;

Completed in 339 milliseconds