Lines Matching refs:Configure
585 a UDP instance) configures the UDP child by calling Configure function prototype.
591 @param[in] Configure The function to configure the created UDP child.
593 @param[in] Context The opaque parameter for the Configure funtion.
603 IN UDP_IO_CONFIG Configure,
611 ASSERT (Configure != NULL);
634 // Create a UDP child then open and configure it
660 if (EFI_ERROR (Configure (UdpIo, Context))) {
702 if (EFI_ERROR (Configure (UdpIo, Context))) {
883 also configure NULL for the UDP instance.
909 UdpIo->Protocol.Udp4->Configure (UdpIo->Protocol.Udp4, NULL);
916 UdpIo->Protocol.Udp6->Configure (UdpIo->Protocol.Udp6, NULL);