Searched refs:McastUdpIo (Results 1 – 4 of 4) sorted by relevance
553 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()
181 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()
923 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()
87 UDP_IO *McastUdpIo; member