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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c913 @param[in] DeleteFlag Set to TRUE to delete the specified cache entry, set to FALSE to
937 @retval EFI_NOT_FOUND This entry is not in the neighbor cache (when DeleteFlag is
938 TRUE or when DeleteFlag is FALSE while
949 IN BOOLEAN DeleteFlag,
996 if (DeleteFlag) {
947 EfiIp6Neighbors( IN EFI_IP6_PROTOCOL *This, IN BOOLEAN DeleteFlag, IN EFI_IPv6_ADDRESS *TargetIp6Address, IN EFI_MAC_ADDRESS *TargetLinkAddress OPTIONAL, IN UINT32 Timeout, IN BOOLEAN Override ) argument

Completed in 1754 milliseconds