Searched defs:_DHCP_SERVICE (Results 1 – 1 of 1) sorted by relevance
82 struct _DHCP_SERVICE { struct83 UINT32 Signature;84 EFI_SERVICE_BINDING_PROTOCOL ServiceBinding;86 INTN ServiceState; // CONFIGED, UNCONFIGED, and DESTROY88 EFI_HANDLE Controller;89 EFI_HANDLE Image;91 LIST_ENTRY Children;92 UINTN NumChildren;94 INTN DhcpState;95 EFI_STATUS IoStatus; // the result of last user operation[all …]