Searched defs:Station (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c34 IP4_ADDR Station; local
46 Station = EFI_NTOHL (IpConfig->StationAddress);
50 (Station == 0) || !NetIp4IsUnicast (Station, Netmask)) {
61 if ((Gateway != 0) && (!IP4_NET_EQUAL (Station, Gateway, Netmask) ||

Completed in 81 milliseconds