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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Route.h 86 LIST_ENTRY RouteArea[IP4_MASK_NUM];
Ip4Route.c 207 for (Index = 0; Index < IP4_MASK_NUM; Index++) {
244 for (Index = 0; Index < IP4_MASK_NUM; Index++) {
472 for (Index = IP4_MASK_NUM - 1; Index >= 0; Index--) {
644 for (Index = IP4_MASK_NUM - 1; Index >= 0; Index--) {
Ip4If.c 584 ASSERT (Len < IP4_MASK_NUM);
    [all...]
Ip4Config2Impl.c 419 for (Index = IP4_MASK_NUM - 1; Index >= 0; Index--) {
    [all...]
Ip4Impl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 50 #define IP4_MASK_NUM 33
204 #define IP4_IS_VALID_NETMASK(Ip) (NetGetMaskLength (Ip) != IP4_MASK_NUM)
332 If the mask is invalid, return the invalid length 33, which is IP4_MASK_NUM.
337 @return The length of the netmask, or IP4_MASK_NUM (33) if the mask is invalid.
483 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.
568 for (Index = 0; Index < IP4_MASK_NUM; Index++) {
    [all...]

Completed in 99 milliseconds