Searched refs:mTcp4RandomPort (Results 1 – 6 of 6) sorted by relevance
175 if (TCP4_PORT_USER_RESERVED == mTcp4RandomPort) { in Tcp4Bind()176 mTcp4RandomPort = TCP4_PORT_KNOWN; in Tcp4Bind()179 mTcp4RandomPort++; in Tcp4Bind()181 while (TcpFindTcbByPeer (&AP->StationAddress, mTcp4RandomPort)) { in Tcp4Bind()183 mTcp4RandomPort++; in Tcp4Bind()185 if (mTcp4RandomPort <= TCP4_PORT_KNOWN) { in Tcp4Bind()194 mTcp4RandomPort = TCP4_PORT_KNOWN + 1; in Tcp4Bind()201 AP->StationPort = mTcp4RandomPort; in Tcp4Bind()
25 extern UINT16 mTcp4RandomPort;
18 UINT16 mTcp4RandomPort; variable215 mTcp4RandomPort = (UINT16) (TCP4_PORT_KNOWN + in Tcp4DriverEntryPoint()
18 UINT16 mTcp4RandomPort; variable223 mTcp4RandomPort = (UINT16) (TCP_PORT_KNOWN + (NET_RANDOM (Seed) % TCP_PORT_KNOWN)); in TcpDriverEntryPoint()224 mTcp6RandomPort = mTcp4RandomPort; in TcpDriverEntryPoint()
31 extern UINT16 mTcp4RandomPort;
245 RandomPort = &mTcp4RandomPort; in TcpBind()