Searched refs:AdPref (Results 1 – 2 of 2) sorted by relevance
125 UINT8 AdPref; member
435 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()3021 Instance->AdPref = 0xff; in Dhcp6OnTimerTick()