Lines Matching full:configuration

2   This file provides a definition of the EFI IPv4 Configuration II
37 /// IPv4 Configuration II Protocol instance manages. This type of
43 /// The general configuration policy for the EFI IPv4 network stack
45 /// Configuration II Protocol instance manages. The policy will
46 /// affect other configuration settings. The corresponding Data is of
55 /// is 0 and Data is NULL, the existing configuration is cleared
56 /// from the EFI IPv4 Configuration II Protocol instance.
62 /// Configuration II Protocol manages. It is not configurable when
66 /// When DataSize is 0 and Data is NULL, the existing configuration
67 /// is cleared from the EFI IPv4 Configuration II Protocol instance.
72 /// the communication device this EFI IPv4 Configuration II
77 /// is 0 and Data is NULL, the existing configuration is cleared
78 /// from the EFI IPv4 Configuration II Protocol instance.
136 /// Ip4Config2DataTypeGateway and Ip4Config2DataTypeDnsServer configuration
138 /// required configuration such as IPv4 address, subnet mask and
139 /// gateway settings from the EFI IPv4 Configuration II protocol.
144 /// Ip4Config2DataTypeGateway and Ip4Config2DataTypeDnsServer configuration data are
146 /// server or other auto-configuration mechanism.
167 Set the configuration for the EFI IPv4 network stack running on the communication device this EFI
168 IPv4 Configuration II Protocol instance manages.
170 …This function is used to set the configuration data of type DataType for the EFI IPv4 network stack
171 running on the communication device this EFI IPv4 Configuration II Protocol instance manages.
175 This function is always non-blocking. When setting some typeof configuration data, an
180 …to register an event on the specified configuration data. Once the event is signaled, the caller c…
181 GetData()to get back the configuration data in order to know the result. For other types of
182 configuration data that do not require an asynchronous configuration process, the result of the
191 …@retval EFI_SUCCESS The specified configuration data for the EFI IPv4 network stack is…
197 …retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified conf…
199 …@retval EFI_ACCESS_DENIED Another set operation on the specified configuration data is alrea…
200 …_NOT_READY An asynchronous process is invoked to set the specified configuration data and
217 Get the configuration data for the EFI IPv4 network stack running on the communication device this
218 EFI IPv4 Configuration II Protocol instance manages.
220 This function returns the configuration data of type DataType for the EFI IPv4 network stack
221 running on the communication device this EFI IPv4 Configuration II Protocol instance manages.
222 …The caller is responsible for allocating the buffer usedto return the specified configuration data…
224 EFI_NOT_READY is returned if the specified configuration data is not ready due to an already in
225 progress asynchronous configuration process. The caller can call RegisterDataNotify() to
226 …register an event on the specified configuration data. Once the asynchronous configuration process…
228 configuration data.
233 of buffer required to store the specified configuration data.
234 @param[in] Data The data buffer in which the configuration data is returned. The
238 @retval EFI_SUCCESS The specified configuration data is got successfully.
243 @retval EFI_BUFFER_TOO_SMALL The size of Data is too small for the specified configuration data
245 @retval EFI_NOT_READY The specified configuration data is not ready due to an already in
246 progress asynchronous configuration process.
247 @retval EFI_NOT_FOUND The specified configuration data is not found.
259 Register an event that is to be signaled whenever a configuration process on the specified
260 configuration data is done.
262 This function registers an event that is to be signaled whenever a configuration process on the
263 specified configuration data is done. An event can be registered for different DataType
264 …simultaneously and the caller is responsible for determining which type of configuration data caus…
271 @retval EFI_SUCCESS The notification event for the specified configuration data is
274 …@retval EFI_UNSUPPORTED The configuration data type specified by DataType is not supported.
287 Remove a previously registered event for the specified configuration data.
289 This function removes a previously registeredevent for the specified configuration data.
295 …@retval EFI_SUCCESS The event registered for the specified configuration data is remov…
310 /// An EFI IPv4 Configuration II Protocol instance will be installed on each communication device t…