Lines Matching full:configuration
2 This file provides a definition of the EFI IPv4 Configuration II
31 /// IPv4 Configuration II Protocol instance manages. This type of
37 /// The general configuration policy for the EFI IPv4 network stack
39 /// Configuration II Protocol instance manages. The policy will
40 /// affect other configuration settings. The corresponding Data is of
49 /// is 0 and Data is NULL, the existing configuration is cleared
50 /// from the EFI IPv4 Configuration II Protocol instance.
56 /// Configuration II Protocol manages. It is not configurable when
60 /// When DataSize is 0 and Data is NULL, the existing configuration
61 /// is cleared from the EFI IPv4 Configuration II Protocol instance.
66 /// the communication device this EFI IPv4 Configuration II
71 /// is 0 and Data is NULL, the existing configuration is cleared
72 /// from the EFI IPv4 Configuration II Protocol instance.
130 /// Ip4Config2DataTypeGateway and Ip4Config2DataTypeDnsServer configuration
132 /// required configuration such as IPv4 address, subnet mask and
133 /// gateway settings from the EFI IPv4 Configuration II protocol.
138 /// Ip4Config2DataTypeGateway and Ip4Config2DataTypeDnsServer configuration data are
140 /// server or other auto-configuration mechanism.
161 Set the configuration for the EFI IPv4 network stack running on the communication device this EFI
162 IPv4 Configuration II Protocol instance manages.
164 …This function is used to set the configuration data of type DataType for the EFI IPv4 network stack
165 running on the communication device this EFI IPv4 Configuration II Protocol instance manages.
169 This function is always non-blocking. When setting some typeof configuration data, an
174 …to register an event on the specified configuration data. Once the event is signaled, the caller c…
175 GetData()to get back the configuration data in order to know the result. For other types of
176 configuration data that do not require an asynchronous configuration process, the result of the
185 …@retval EFI_SUCCESS The specified configuration data for the EFI IPv4 network stack is…
191 …retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified conf…
193 …@retval EFI_ACCESS_DENIED Another set operation on the specified configuration data is alrea…
194 …_NOT_READY An asynchronous process is invoked to set the specified configuration data and
211 Get the configuration data for the EFI IPv4 network stack running on the communication device this
212 EFI IPv4 Configuration II Protocol instance manages.
214 This function returns the configuration data of type DataType for the EFI IPv4 network stack
215 running on the communication device this EFI IPv4 Configuration II Protocol instance manages.
216 …The caller is responsible for allocating the buffer usedto return the specified configuration data…
218 EFI_NOT_READY is returned if the specified configuration data is not ready due to an already in
219 progress asynchronous configuration process. The caller can call RegisterDataNotify() to
220 …register an event on the specified configuration data. Once the asynchronous configuration process…
222 configuration data.
227 of buffer required to store the specified configuration data.
228 @param[in] Data The data buffer in which the configuration data is returned. The
232 @retval EFI_SUCCESS The specified configuration data is got successfully.
237 @retval EFI_BUFFER_TOO_SMALL The size of Data is too small for the specified configuration data
239 @retval EFI_NOT_READY The specified configuration data is not ready due to an already in
240 progress asynchronous configuration process.
241 @retval EFI_NOT_FOUND The specified configuration data is not found.
253 Register an event that is to be signaled whenever a configuration process on the specified
254 configuration data is done.
256 This function registers an event that is to be signaled whenever a configuration process on the
257 specified configuration data is done. An event can be registered for different DataType
258 …simultaneously and the caller is responsible for determining which type of configuration data caus…
265 @retval EFI_SUCCESS The notification event for the specified configuration data is
268 …@retval EFI_UNSUPPORTED The configuration data type specified by DataType is not supported.
281 Remove a previously registered event for the specified configuration data.
283 This function removes a previously registeredevent for the specified configuration data.
289 …@retval EFI_SUCCESS The event registered for the specified configuration data is remov…
304 /// An EFI IPv4 Configuration II Protocol instance will be installed on each communication device t…