Home
last modified time | relevance | path

Searched refs:mUdp6RandomPort (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
DUdp6Impl.c18 UINT16 mUdp6RandomPort; variable
622 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 …]
DUdp6Impl.h42 extern UINT16 mUdp6RandomPort;
DUdp6Driver.c613 mUdp6RandomPort = (UINT16)( in Udp6DriverEntryPoint()