Home | History | Annotate | Download | only in Udp6Dxe

Lines Matching refs:Instance

149   This function cleans the udp instance.

151 @param[in, out] Instance Pointer to the UDP6_INSTANCE_DATA to clean.
156 IN OUT UDP6_INSTANCE_DATA *Instance
160 This function intializes the new created udp instance.
163 @param[in, out] Instance Pointer to the un-initialized UDP6_INSTANCE_DATA.
169 IN OUT UDP6_INSTANCE_DATA *Instance
175 @param[in] Instance Pointer to the udp instance context data.
180 IN UDP6_INSTANCE_DATA *Instance
185 instance into user-supplied buffers. This function is used optionally to retrieve
188 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
203 data is available because this instance has not
220 Initialize and start this instance of the EFI UDPv6 Protocol.
222 Reset this instance of the EFI UDPv6 Protocol.
224 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
233 instance.
240 @retval EFI_ALREADY_STARTED The EFI UDPv6 Protocol instance is already
245 instance of the EFI UDPv6 Protocol.
248 instance.
250 memory for this EFI UDPv6 Protocol instance.
252 this instance was not opened.
263 This function places a sending request to this instance of the EFI UDPv6 Protocol,
266 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
271 @retval EFI_NOT_STARTED This EFI UDPv6 Protocol instance has not been
274 choosing a source address for this instance, but
297 NULL and this instance's
323 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
328 @retval EFI_NOT_STARTED This EFI UDPv6 Protocol instance has not been
340 The EFI UDPv6 Protocol instance has been reset to
358 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
369 @retval EFI_NOT_STARTED This instance has not been started.
389 instance.
407 @param[in] This Pointer to the EFI_UDP6_PROTOCOL instance.
414 @retval EFI_NOT_STARTED The EFI UDPv6 Protocol instance has not been
438 This function tries to bind the udp instance according to the configured port
443 @param[in] ConfigData Pointer to the ConfigData of the instance to be
448 already used by another instance.
512 @param[in] OldConfigData Pointer to the current ConfigData the udp instance
516 @retval TRUE The instance is reconfigurable according to NewConfigData.
517 @retval FALSE The instance is not reconfigurable according to NewConfigData.
551 @param[in] Instance Pointer to the udp instance context data.
579 IN UDP6_INSTANCE_DATA *Instance,
614 This function delivers the received datagrams to the specified instance.
616 @param[in] Instance Pointer to the instance context data.
621 IN UDP6_INSTANCE_DATA *Instance
625 Cancel Udp6 tokens from the Udp6 instance.
627 @param[in] Instance Pointer to the udp instance context data.
629 tokens in this instance will be cancelled.
638 IN UDP6_INSTANCE_DATA *Instance,
645 @param[in] Instance Pointer to the Udp6 Instance.
650 IN UDP6_INSTANCE_DATA *Instance