Searched refs:TCP4_PORT_KNOWN (Results 1 – 3 of 3) sorted by relevance
23 #define TCP4_PORT_KNOWN 1024 macro
176 mTcp4RandomPort = TCP4_PORT_KNOWN; in Tcp4Bind()185 if (mTcp4RandomPort <= TCP4_PORT_KNOWN) { in Tcp4Bind()194 mTcp4RandomPort = TCP4_PORT_KNOWN + 1; in Tcp4Bind()
215 mTcp4RandomPort = (UINT16) (TCP4_PORT_KNOWN + in Tcp4DriverEntryPoint()216 (UINT16) (NET_RANDOM(Seed) % TCP4_PORT_KNOWN)); in Tcp4DriverEntryPoint()