Home
last modified time | relevance | path

Searched refs:McastUdpIo (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Rrq.c553 if (Instance->McastUdpIo == NULL) { in Mtftp6RrqHandleOack()
554 Instance->McastUdpIo = UdpIoCreateIo ( in Mtftp6RrqHandleOack()
561 if (Instance->McastUdpIo != NULL) { in Mtftp6RrqHandleOack()
563 Instance->McastUdpIo->UdpHandle, in Mtftp6RrqHandleOack()
571 UdpIoFreeIo (Instance->McastUdpIo); in Mtftp6RrqHandleOack()
572 Instance->McastUdpIo = NULL; in Mtftp6RrqHandleOack()
578 if (Instance->McastUdpIo == NULL) { in Mtftp6RrqHandleOack()
583 Instance->McastUdpIo, in Mtftp6RrqHandleOack()
853 Instance->McastUdpIo, in Mtftp6RrqInput()
DMtftp6Driver.c181 if (Instance->McastUdpIo != NULL) { in Mtftp6DestroyInstance()
182 UdpIoFreeIo (Instance->McastUdpIo); in Mtftp6DestroyInstance()
719 if (Instance->McastUdpIo != NULL) { in Mtftp6ServiceBindingDestroyChild()
721 Instance->McastUdpIo->UdpHandle, in Mtftp6ServiceBindingDestroyChild()
DMtftp6Support.c923 if (Instance->McastUdpIo != NULL) { in Mtftp6OperationClean()
925 Instance->McastUdpIo->UdpHandle, in Mtftp6OperationClean()
927 Instance->McastUdpIo->Image, in Mtftp6OperationClean()
930 UdpIoFreeIo (Instance->McastUdpIo); in Mtftp6OperationClean()
931 Instance->McastUdpIo = NULL; in Mtftp6OperationClean()
DMtftp6Impl.h87 UDP_IO *McastUdpIo; member