Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching full:adpref

435   Instance->AdPref                  = 0;

2497 Instance->AdPref = 0xff;
2503 if (Instance->AdPref == 0xff && Instance->AdSelect == NULL) {
2505 // It's a tricky point. The timer routine set adpref as 0xff if the first
2522 if (Instance->AdSelect == NULL || (Option != NULL && *(Option + 4) > Instance->AdPref)) {
2541 Instance->AdPref = *(Option + 4);
2562 if (Instance->AdPref == 0xff || Timeout) {
3014 // Set adpref as 0xff here to indicate select any advertisement
3017 Instance->AdPref = 0xff;