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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Impl.h245 UINT8 AdPref; member in struct:_DHCP6_INSTANCE
H A DDhcp6Io.c408 Instance->AdPref = 0;
2318 Instance->AdPref = 0xff;
2324 if (Instance->AdPref == 0xff && Instance->AdSelect == NULL) {
2343 if (Instance->AdSelect == NULL || (Option != NULL && *(Option + 4) > Instance->AdPref)) {
2362 Instance->AdPref = *(Option + 4);
2383 if (Instance->AdPref == 0xff || Timeout) {
2826 Instance->AdPref = 0xff;

Completed in 2113 milliseconds