Searched refs:Dhcp6Event (Results 1 – 7 of 7) sorted by relevance
1657 IN EFI_DHCP6_EVENT Dhcp6Event, in PxeBcDhcp6CallBack() argument1669 if ((Dhcp6Event != Dhcp6RcvdAdvertise) && in PxeBcDhcp6CallBack()1670 (Dhcp6Event != Dhcp6SelectAdvertise) && in PxeBcDhcp6CallBack()1671 (Dhcp6Event != Dhcp6SendSolicit) && in PxeBcDhcp6CallBack()1672 (Dhcp6Event != Dhcp6SendRequest) && in PxeBcDhcp6CallBack()1673 (Dhcp6Event != Dhcp6RcvdReply)) { in PxeBcDhcp6CallBack()1686 if (Dhcp6Event != Dhcp6SelectAdvertise && Callback != NULL) { in PxeBcDhcp6CallBack()1687 Received = (BOOLEAN) (Dhcp6Event == Dhcp6RcvdAdvertise || Dhcp6Event == Dhcp6RcvdReply); in PxeBcDhcp6CallBack()1702 switch (Dhcp6Event) { in PxeBcDhcp6CallBack()
408 IN EFI_DHCP6_EVENT Dhcp6Event, in HttpBootDhcp6CallBack() argument416 if ((Dhcp6Event != Dhcp6RcvdAdvertise) && (Dhcp6Event != Dhcp6SelectAdvertise)) { in HttpBootDhcp6CallBack()424 switch (Dhcp6Event) { in HttpBootDhcp6CallBack()
209 EFI_EVENT Dhcp6Event; member
239 Dhcp6CfgData.IaInfoEvent = Instance->Dhcp6Event; in Ip6ConfigStartStatefulAutoConfig()273 Instance->Dhcp6Event, in Ip6ConfigStartStatefulAutoConfig()2242 &Instance->Dhcp6Event in Ip6ConfigInitInstance()2310 if (Instance->Dhcp6Event != NULL) { in Ip6ConfigCleanInstance()2311 gBS->CloseEvent (Instance->Dhcp6Event); in Ip6ConfigCleanInstance()
719 gBS->CloseEvent (IpSb->Ip6ConfigInstance.Dhcp6Event); in Ip6DriverBindingStop()720 IpSb->Ip6ConfigInstance.Dhcp6Event = NULL; in Ip6DriverBindingStop()
872 IpSb->Ip6ConfigInstance.Dhcp6Event, in Ip6OnDADFinished()
328 IN EFI_DHCP6_EVENT Dhcp6Event,