HomeSort by relevance Sort by last modified time
    Searched refs:NetMask (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 179 IP4_ADDR NetMask; // DHCP_TAG_NETMASK
Dhcp4Option.c 252 Para->NetMask = NetGetUint32 (Data);
Dhcp4Io.c 353 Ip = HTONL (DhcpSb->Netmask);
401 DhcpSb->Netmask = DhcpSb->Para->NetMask;
405 if (DhcpSb->Netmask == 0) {
408 DhcpSb->Netmask = gIp4AllMasks[Class << 3];
454 DhcpSb->Netmask = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 203 #define IP4_NET_EQUAL(Ip1, Ip2, NetMask) (((Ip1) & (NetMask)) == ((Ip2) & (NetMask)))
333 NetMask is in the host byte order.
335 @param[in] NetMask The netmask to get the length from.
337 @return The length of the netmask, or IP4_MASK_NUM (33) if the mask is invalid.
343 IN IP4_ADDR NetMask
375 the netmask. If NetMask is zero, use the IP address's class to get the default mask.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 553 NetMask is in the host byte order.
555 @param[in] NetMask The netmask to get the length from.
557 @return The length of the netmask, IP4_MASK_NUM if the mask is invalid.
563 IN IP4_ADDR NetMask
569 if (NetMask == gIp4AllMasks[Index]) {
631 the netmask. If NetMask is zero, use the IP address's class to get the default mask.
639 @param[in] NetMask The mask of the IP.
648 IN IP4_ADDR NetMask
    [all...]

Completed in 278 milliseconds