Lines Matching refs:This

8 This program and the accompanying materials are licensed and made available under 
17 This Protocol is introduced in UEFI Specification 2.0.
228 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
239 @retval EFI_INVALID_PARAMETER This is NULL.
247 IN EFI_TCP4_PROTOCOL *This,
258 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
278 IN EFI_TCP4_PROTOCOL *This,
286 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
301 - This is NULL.
311 @retval EFI_NOT_FOUND This route is not in the routing table.
319 IN EFI_TCP4_PROTOCOL *This,
329 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
335 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
337 - This instance is not configured as an active one.
338 - This instance is not in Tcp4StateClosed state.
340 - This is NULL.
350 IN EFI_TCP4_PROTOCOL *This,
356 Listen on the passive instance to accept an incoming connection request. This is a nonblocking operation.
358 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
362 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
364 - This instance is not a passive instance.
365 - This instance is not in Tcp4StateListen state.
369 - This is NULL.
379 IN EFI_TCP4_PROTOCOL *This,
386 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
390 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
394 - This is NULL.
417 IN EFI_TCP4_PROTOCOL *This,
425 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
430 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
434 - This is NULL.
460 IN EFI_TCP4_PROTOCOL *This,
465 Disconnecting a TCP connection gracefully or reset a TCP connection. This function is a
468 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
472 @retval EFI_NOT_STARTED This EFI TCPv4 Protocol instance has not been configured.
480 - This is NULL.
490 IN EFI_TCP4_PROTOCOL *This,
497 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
509 @retval EFI_INVALID_PARAMETER This is NULL.
510 @retval EFI_NOT_STARTED This instance hasn't been configured.
522 IN EFI_TCP4_PROTOCOL *This,
530 @param This The pointer to the EFI_TCP4_PROTOCOL instance.
533 @retval EFI_INVALID_PARAMETER This is NULL.
543 IN EFI_TCP4_PROTOCOL *This