Home
last modified time | relevance | path

Searched refs:AdPref (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.h247 UINT8 AdPref; member
DDhcp6Io.c435 Instance->AdPref = 0; in Dhcp6CleanupSession()
2497 Instance->AdPref = 0xff; in Dhcp6HandleAdvertiseMsg()
2503 if (Instance->AdPref == 0xff && Instance->AdSelect == NULL) { in Dhcp6HandleAdvertiseMsg()
2522 if (Instance->AdSelect == NULL || (Option != NULL && *(Option + 4) > Instance->AdPref)) { in Dhcp6HandleAdvertiseMsg()
2541 Instance->AdPref = *(Option + 4); in Dhcp6HandleAdvertiseMsg()
2562 if (Instance->AdPref == 0xff || Timeout) { in Dhcp6HandleAdvertiseMsg()
3017 Instance->AdPref = 0xff; in Dhcp6OnTimerTick()