Lines Matching full:protocol
3 Protocol.
9 This Protocol is introduced in UEFI Specification 2.0.
16 #include <Protocol/Ip4.h>
57 Starts running the configuration policy for the EFI IPv4 Protocol driver.
60 configuration policy by the EFI IPv4 Protocol driver. This determination may
61 be as simple as returning EFI_UNSUPPORTED if there is no EFI IPv4 Protocol
71 Until the configuration completes successfully, EFI IPv4 Protocol driver instances
73 Once the configuration is complete, the EFI IPv4 Configuration Protocol driver
75 Note that in this case the EFI IPv4 Configuration Protocol driver must signal
76 ReconfigEvent, and all EFI IPv4 Protocol driver instances that are using default
82 Protocol driver configuration policy completes
85 Protocol driver configuration needs to be updated.
88 @retval EFI_SUCCESS The configuration policy for the EFI IPv4 Protocol
95 @retval EFI_ALREADY_STARTED The configuration policy for the EFI IPv4 Protocol
98 @retval EFI_UNSUPPORTED This interface does not support the EFI IPv4 Protocol
111 Stops running the configuration policy for the EFI IPv4 Protocol driver.
113 The Stop() function stops the configuration policy for the EFI IPv4 Protocol driver.
118 @retval EFI_SUCCESS The configuration policy for the EFI IPv4 Protocol
121 @retval EFI_NOT_STARTED The configuration policy for the EFI IPv4 Protocol
132 Returns the default configuration data (if any) for the EFI IPv4 Protocol driver.
135 Protocol driver after the configuration policy has completed.
141 @param IpConfigData The pointer to the EFI IPv4 Configuration Protocol
146 @retval EFI_SUCCESS The EFI IPv4 Protocol driver configuration has been returned.
148 @retval EFI_NOT_STARTED The configuration policy for the EFI IPv4 Protocol
150 @retval EFI_NOT_READY EFI IPv4 Protocol driver configuration is still running.
151 @retval EFI_ABORTED EFI IPv4 Protocol driver configuration could not complete.
166 /// configurations for the EFI IPv4 Protocol driver.