Lines Matching refs:This

11 This program and the accompanying materials are licensed and made available under 
20 This Protocol was introduced in UEFI Specification 2.0.
120 This function is used to assign a station address to the ARP cache for this instance
131 @param This The pointer to the EFI_ARP_PROTOCOL instance.
137 * This is NULL.
150 IN EFI_ARP_PROTOCOL *This,
155 This function is used to insert entries into the ARP cache.
168 @param This Pointer to the EFI_ARP_PROTOCOL instance.
187 * This is NULL.
202 IN EFI_ARP_PROTOCOL *This,
211 This function searches the ARP cache for matching entries and allocates a buffer into
221 @param This The pointer to the EFI_ARP_PROTOCOL instance.
238 This is NULL. Both EntryCount and EntryLength are
247 IN EFI_ARP_PROTOCOL *This,
258 This function removes specified ARP cache entries.
260 @param This The pointer to the EFI_ARP_PROTOCOL instance.
269 @retval EFI_INVALID_PARAMETER This is NULL.
277 IN EFI_ARP_PROTOCOL *This,
283 This function delete all dynamic entries from the ARP cache that match the specified
286 @param This The pointer to the EFI_ARP_PROTOCOL instance.
289 @retval EFI_INVALID_PARAMETER This is NULL.
297 IN EFI_ARP_PROTOCOL *This
301 This function tries to resolve the TargetSwAddress and optionally returns a
304 @param This The pointer to the EFI_ARP_PROTOCOL instance.
314 This is NULL. TargetHwAddress is NULL.
325 IN EFI_ARP_PROTOCOL *This,
332 This function aborts the previous ARP request (identified by This, TargetSwAddress
338 NULL, all the pending asynchronous requests that have been issued by This
341 @param This The pointer to the EFI_ARP_PROTOCOL instance.
350 This is NULL. TargetSwAddress is not NULL and
362 IN EFI_ARP_PROTOCOL *This,