Searched refs:mUdp6RandomPort (Results 1 – 3 of 3) sorted by relevance
18 UINT16 mUdp6RandomPort; variable622 ConfigData->StationPort = mUdp6RandomPort; in Udp6Bind()625 StartPort = mUdp6RandomPort; in Udp6Bind()627 while (Udp6FindInstanceByPort (InstanceList, StationAddress, mUdp6RandomPort)) { in Udp6Bind()629 mUdp6RandomPort++; in Udp6Bind()630 if (mUdp6RandomPort == 0) { in Udp6Bind()631 mUdp6RandomPort = UDP6_PORT_KNOWN; in Udp6Bind()634 if (mUdp6RandomPort == StartPort) { in Udp6Bind()642 ConfigData->StationPort = mUdp6RandomPort; in Udp6Bind()645 mUdp6RandomPort++; in Udp6Bind()[all …]
42 extern UINT16 mUdp6RandomPort;
613 mUdp6RandomPort = (UINT16)( in Udp6DriverEntryPoint()