Lines Matching refs:This

7   This program and the accompanying materials                          
16 This Protocol is introduced in UEFI Specification 2.2
95 /// Address from which this packet is sent. This field should not be used when
100 /// Port from which this packet is sent. It is in host byte order. This field should
155 /// is delivered. This field can be set and changed only when the EFI IPv6 driver is
257 /// This Event will be signaled after the Status field is updated by the EFI UDPv6 Protocol
298 instance into user-supplied buffers. This function is used optionally to retrieve the operational
301 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
311 @retval EFI_INVALID_PARAMETER This is NULL.
317 IN EFI_UDP6_PROTOCOL *This,
334 This instance can be also reset by calling Configure() with UdpConfigData set to NULL.
341 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
348 - This is NULL.
368 IN EFI_UDP6_PROTOCOL *This,
378 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
387 - This is NULL.
398 IN EFI_UDP6_PROTOCOL *This,
412 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
417 @retval EFI_NOT_STARTED This EFI UDPv6 Protocol instance has not been started.
422 - This is NULL.
455 IN EFI_UDP6_PROTOCOL *This,
462 The Receive() function places a completion token into the receive packet queue. This function is
470 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
474 @retval EFI_NOT_STARTED This EFI UDPv6 Protocol instance has not been started.
479 - This is NULL.
494 IN EFI_UDP6_PROTOCOL *This,
507 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
514 @retval EFI_INVALID_PARAMETER This is NULL.
515 @retval EFI_NOT_STARTED This instance has not been started.
524 IN EFI_UDP6_PROTOCOL *This,
538 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
541 @retval EFI_INVALID_PARAMETER This is NULL.
550 IN EFI_UDP6_PROTOCOL *This
555 /// applications, or daemons to transmit or receive UDP packets. This protocol instance can either be