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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c316 @param[in] IsFirstRt If TRUE, it is the first time to calculate expire time.
325 IN BOOLEAN IsFirstRt,
352 if (IsFirstRt && Signed) {
356 } else if (IsFirstRt && !Signed) {
360 } else if (!IsFirstRt && Signed) {
323 Dhcp6CalculateExpireTime( IN UINT32 Base, IN BOOLEAN IsFirstRt, IN BOOLEAN NeedSigned ) argument

Completed in 58 milliseconds