Searched defs:AddressInfoList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c119 @param[in] AddressInfoList A list that contains IP_ADDRESS_INFOs.
122 @retval TRUE The specified AddressInfo is in the AddressInfoList.
123 @retval FALSE The specified AddressInfo is not in the AddressInfoList.
129 IN EFI_IP_ADDRESS_INFO *AddressInfoList,
143 &AddressInfoList[0].Address,
153 &AddressInfoList[Index].Address,
156 AddressInfo->PrefixLength == AddressInfoList[Index].PrefixLength
127 IsInAddressInfoList( IN EFI_IP_ADDRESS_INFO *AddressInfo, IN EFI_IP_ADDRESS_INFO *AddressInfoList, IN UINT32 AddressCount ) argument

Completed in 95 milliseconds