Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:OptionList

427     if (Dhcp6CfgData->OptionCount > 0 && Dhcp6CfgData->OptionList == NULL) {

430 if (Dhcp6CfgData->OptionList != NULL) {
432 if (Dhcp6CfgData->OptionList[Index]->OpCode == Dhcp6OptClientId ||
433 Dhcp6CfgData->OptionList[Index]->OpCode == Dhcp6OptRapidCommit ||
434 Dhcp6CfgData->OptionList[Index]->OpCode == Dhcp6OptReconfigureAccept ||
435 Dhcp6CfgData->OptionList[Index]->OpCode == Dhcp6OptIana ||
436 Dhcp6CfgData->OptionList[Index]->OpCode == Dhcp6OptIata
568 @param[in] OptionCount The option number in the OptionList.
569 @param[in] OptionList The list of appended options.
596 IN EFI_DHCP6_PACKET_OPTION *OptionList[] OPTIONAL,
619 if (OptionCount > 0 && OptionList == NULL) {
623 if (OptionList != NULL) {
625 if (OptionList[Index]->OpCode == Dhcp6OptClientId || OptionList[Index]->OpCode == Dhcp6OptRequestOption) {
639 OptionList,
677 OptionList,