Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c925 EFI_DHCP6_PACKET_OPTION *UserOpt; in Dhcp6SendSolicitMsg() local
994 UserOpt = Instance->Config->OptionList[Index]; in Dhcp6SendSolicitMsg()
997 UserOpt->OpCode, in Dhcp6SendSolicitMsg()
998 UserOpt->OpLen, in Dhcp6SendSolicitMsg()
999 UserOpt->Data in Dhcp6SendSolicitMsg()
1088 EFI_DHCP6_PACKET_OPTION *UserOpt; in Dhcp6SendRequestMsg() local
1183 UserOpt = Instance->Config->OptionList[Index]; in Dhcp6SendRequestMsg()
1186 UserOpt->OpCode, in Dhcp6SendRequestMsg()
1187 UserOpt->OpLen, in Dhcp6SendRequestMsg()
1188 UserOpt->Data in Dhcp6SendRequestMsg()
[all …]