Home | History | Annotate | Download | only in Udp4Dxe

Lines Matching defs:SubnetMask

141   IP4_ADDR             SubnetMask;

165 CopyMem (&SubnetMask, &UdpConfigData->SubnetMask, sizeof (IP4_ADDR));
169 SubnetMask = NTOHL (SubnetMask);
174 (!IP4_IS_VALID_NETMASK (SubnetMask) ||
175 !((StationAddress == 0) || NetIp4IsUnicast (StationAddress, SubnetMask)) ||
232 IP4_COPY_ADDRESS (&Instance->ConfigData.SubnetMask, &Ip4ConfigData.SubnetMask);
399 address and arithmetically AND-ing it with the SubnetMask. The gateway address
401 The default route is added with SubnetAddress and SubnetMask both set to 0.0.0.0.
419 @param[in] SubnetMask The subnet mask of SubnetAddress.
438 IN EFI_IPv4_ADDRESS *SubnetMask,
464 return Ip->Routes (Ip, DeleteRoute, SubnetAddress, SubnetMask, GatewayAddress);