Searched refs:UdpSts (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Impl.c104 Instance->UdpSts = EFI_ALREADY_STARTED;
142 while (Instance->UdpSts == EFI_ALREADY_STARTED) {
145 return Instance->UdpSts;
217 Instance->UdpSts = EFI_ALREADY_STARTED;
227 while (Instance->UdpSts == EFI_ALREADY_STARTED) {
230 Status = Instance->UdpSts;
637 Instance->UdpSts = EFI_ALREADY_STARTED;
693 while (Instance->UdpSts == EFI_ALREADY_STARTED) {
696 return Instance->UdpSts;
798 Instance->UdpSts
[all...]
H A DDhcp6Impl.h247 EFI_STATUS UdpSts; member in struct:_DHCP6_INSTANCE
H A DDhcp6Io.c406 Instance->UdpSts = Status;
2004 Instance->UdpSts = EFI_SUCCESS;
2068 Instance->UdpSts = EFI_SUCCESS;
2593 Instance->UdpSts = Status;
2960 Instance->UdpSts = EFI_NO_RESPONSE;
H A DDhcp6Driver.c281 Dhcp6Ins->UdpSts = EFI_ALREADY_STARTED;

Completed in 41 milliseconds