Searched refs:IfCb (Results 1 – 3 of 3) sorted by relevance
357 IFCONFIG_INTERFACE_CB *IfCb; in IfConfigGetInterfaceInfo() local364 IfCb = NULL; in IfConfigGetInterfaceInfo()384 IfCb = NULL; in IfConfigGetInterfaceInfo()462 IfCb = AllocateZeroPool (sizeof (IFCONFIG_INTERFACE_CB) + DataSize); in IfConfigGetInterfaceInfo()464 if (IfCb == NULL) { in IfConfigGetInterfaceInfo()469 IfCb->NicHandle = HandleBuffer[HandleIndex]; in IfConfigGetInterfaceInfo()470 IfCb->IfInfo = IfInfo; in IfConfigGetInterfaceInfo()471 IfCb->IfCfg = Ip4Cfg2; in IfConfigGetInterfaceInfo()472 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv4_ADDRESS)); in IfConfigGetInterfaceInfo()482 IfCb->DnsAddr in IfConfigGetInterfaceInfo()[all …]
668 IFCONFIG6_INTERFACE_CB *IfCb; in IfConfig6GetInterfaceInfo() local675 IfCb = NULL; in IfConfig6GetInterfaceInfo()695 IfCb = NULL; in IfConfig6GetInterfaceInfo()772 IfCb = AllocateZeroPool (sizeof (IFCONFIG6_INTERFACE_CB) + DataSize); in IfConfig6GetInterfaceInfo()774 if (IfCb == NULL) { in IfConfig6GetInterfaceInfo()779 IfCb->NicHandle = HandleBuffer[HandleIndex]; in IfConfig6GetInterfaceInfo()780 IfCb->IfInfo = IfInfo; in IfConfig6GetInterfaceInfo()781 IfCb->IfCfg = Ip6Cfg; in IfConfig6GetInterfaceInfo()782 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv6_ADDRESS)); in IfConfig6GetInterfaceInfo()793 IfCb->DnsAddr in IfConfig6GetInterfaceInfo()[all …]
744 IFCONFIG6_INTERFACE_CB *IfCb; in IfConfig6GetInterfaceInfo() local751 IfCb = NULL; in IfConfig6GetInterfaceInfo()771 IfCb = NULL; in IfConfig6GetInterfaceInfo()848 IfCb = AllocateZeroPool (sizeof (IFCONFIG6_INTERFACE_CB) + DataSize); in IfConfig6GetInterfaceInfo()850 if (IfCb == NULL) { in IfConfig6GetInterfaceInfo()855 IfCb->NicHandle = HandleBuffer[HandleIndex]; in IfConfig6GetInterfaceInfo()856 IfCb->IfInfo = IfInfo; in IfConfig6GetInterfaceInfo()857 IfCb->IfCfg = Ip6Cfg; in IfConfig6GetInterfaceInfo()858 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv6_ADDRESS)); in IfConfig6GetInterfaceInfo()869 IfCb->DnsAddr in IfConfig6GetInterfaceInfo()[all …]