HomeSort by relevance Sort by last modified time
    Searched refs:mTcp4RandomPort (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Dispatcher.c 175 if (TCP4_PORT_USER_RESERVED == mTcp4RandomPort) {
176 mTcp4RandomPort = TCP4_PORT_KNOWN;
179 mTcp4RandomPort++;
181 while (TcpFindTcbByPeer (&AP->StationAddress, mTcp4RandomPort)) {
183 mTcp4RandomPort++;
185 if (mTcp4RandomPort <= TCP4_PORT_KNOWN) {
194 mTcp4RandomPort = TCP4_PORT_KNOWN + 1;
201 AP->StationPort = mTcp4RandomPort;
Tcp4Main.h 25 extern UINT16 mTcp4RandomPort;
Tcp4Driver.c 18 UINT16 mTcp4RandomPort;
215 mTcp4RandomPort = (UINT16) (TCP4_PORT_KNOWN +
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMain.h 31 extern UINT16 mTcp4RandomPort;
    [all...]
TcpDriver.c 18 UINT16 mTcp4RandomPort;
223 mTcp4RandomPort = (UINT16) (TCP_PORT_KNOWN + (NET_RANDOM (Seed) % TCP_PORT_KNOWN));
224 mTcp6RandomPort = mTcp4RandomPort;
TcpDispatcher.c 245 RandomPort = &mTcp4RandomPort;

Completed in 244 milliseconds