Searched refs:mUdp4RandomPort (Results 1 – 3 of 3) sorted by relevance
18 UINT16 mUdp4RandomPort; variable611 ConfigData->StationPort = mUdp4RandomPort; in Udp4Bind()614 StartPort = mUdp4RandomPort; in Udp4Bind()616 while (Udp4FindInstanceByPort(InstanceList, StationAddress, mUdp4RandomPort)) { in Udp4Bind()618 mUdp4RandomPort++; in Udp4Bind()619 if (mUdp4RandomPort == 0) { in Udp4Bind()620 mUdp4RandomPort = UDP4_PORT_KNOWN; in Udp4Bind()623 if (mUdp4RandomPort == StartPort) { in Udp4Bind()631 ConfigData->StationPort = mUdp4RandomPort; in Udp4Bind()634 mUdp4RandomPort++; in Udp4Bind()[all …]
44 extern UINT16 mUdp4RandomPort;
585 … mUdp4RandomPort = (UINT16) (((UINT16) NetRandomInitSeed ()) % UDP4_PORT_KNOWN + UDP4_PORT_KNOWN); in Udp4DriverEntryPoint()