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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Route.h 86 LIST_ENTRY RouteArea[IP4_MASK_NUM];
Ip4If.c 568 if (Len == IP4_MASK_NUM) {
    [all...]
Ip4Config2Impl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 52 #define IP4_MASK_NUM 33
365 If the mask is invalid, return the invalid length 33, which is IP4_MASK_NUM.
370 @return The length of the netmask, or IP4_MASK_NUM (33) if the mask is invalid.
520 extern IP4_ADDR gIp4AllMasks[IP4_MASK_NUM];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 46 GLOBAL_REMOVE_IF_UNREFERENCED IP4_ADDR gIp4AllMasks[IP4_MASK_NUM] = {
552 If the mask is invalid, return the invalid length 33, which is IP4_MASK_NUM.
557 @return The length of the netmask, IP4_MASK_NUM if the mask is invalid.
    [all...]

Completed in 187 milliseconds