HomeSort by relevance Sort by last modified time
    Searched defs:Netmask (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Route.h 28 /// The route entry in the route table. Dest/Netmask is the destion
30 /// order to reach the Dest/Netmask. If the Flag has IP4_DIRECT_ROUTE
38 IP4_ADDR Netmask;
121 @param[in] Netmask The netmask of the destination
133 IN IP4_ADDR Netmask,
142 @param Netmask The netmask of the Dest
154 IN IP4_ADDR Netmask,
Ip4If.c 547 @param SubnetMask The interface's netmask.
549 @retval EFI_SUCCESS The interface is configured with Ip/netmask pair,
565 IP4_ADDR Netmask;
570 // Set the ip/netmask, then compute the subnet broadcast
573 // than the default netmask (not subneted) as defined in
585 Netmask = gIp4AllMasks[MIN (Len, Type << 3)];
586 Interface->NetBrdcast = (IpAddr | ~Netmask);
739 the same Ip/Netmask pair share the same interface. It is reference
    [all...]
Ip4Impl.c 647 IP4_ADDR Netmask;
686 CopyMem (&Netmask, &Config->SubnetMask, sizeof (IP4_ADDR));
689 Netmask = NTOHL (Netmask);
697 IpIf = Ip4FindStationAddress (IpSb, Ip, Netmask);
709 Status = Ip4SetAddress (IpIf, Ip, Netmask);
723 Ip4AddRoute (IpInstance->RouteTable, Ip, Netmask, IP4_ALLZERO_ADDRESS);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 191 IP4_ADDR Netmask;
205 CopyMem (&Netmask, &Config->SubnetMask, sizeof (IP4_ADDR));
208 Netmask = NTOHL (Netmask);
211 if (!NetIp4IsUnicast (Gateway, Netmask) || !IP4_NET_EQUAL (Gateway, Ip, Netmask)) {
634 IP4_ADDR Netmask;
661 CopyMem (&Netmask, &ConfigData->SubnetMask, sizeof (IP4_ADDR));
666 Netmask = NTOHL (Netmask);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 174 IP4_ADDR Netmask;
223 CopyMem (&Netmask, &DnsConfigData->SubnetMask, sizeof (IP4_ADDR));
226 Netmask = NTOHL (Netmask);
229 ((!IP4_IS_VALID_NETMASK (Netmask) || !NetIp4IsUnicast (Ip, Netmask)))) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 99 IP4_ADDR Netmask;

Completed in 206 milliseconds