Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching defs:SubnetMask

161   IP4_ADDR         SubnetMask;

185 CopyMem (&SubnetMask, &TcpConfigData->AccessPoint.SubnetMask, sizeof (IP4_ADDR));
186 if (!IP4_IS_VALID_NETMASK (NTOHL (SubnetMask)) || !NetIp4IsUnicast (NTOHL (Ip), NTOHL (SubnetMask))) {
219 destination IP address's arithmetical AND to the SubnetMask.
220 The default route is added with both SubnetAddress and SubnetMask set to 0.0.0.0.
237 DestinationAddress and SubnetMask are used as
240 @param SubnetMask The subnet mask for the destination network.
265 IN EFI_IPv4_ADDRESS *SubnetMask,
280 RouteInfo.SubnetMask = SubnetMask;