HomeSort by relevance Sort by last modified time
    Searched refs:McastUdpPort (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Rrq.c 553 if (Instance->McastUdpPort == NULL) {
554 Instance->McastUdpPort = UdpIoCreateIo (
561 if (Instance->McastUdpPort != NULL) {
563 Instance->McastUdpPort->UdpHandle,
571 UdpIoFreeIo (Instance->McastUdpPort);
572 Instance->McastUdpPort = NULL;
579 if (Instance->McastUdpPort == NULL) {
583 Status = UdpIoRecvDatagram (Instance->McastUdpPort, Mtftp4RrqInput, Instance, 0);
786 Status = UdpIoRecvDatagram (Instance->McastUdpPort, Mtftp4RrqInput, Instance, 0);
Mtftp4Impl.h 148 UDP_IO *McastUdpPort;
Mtftp4Impl.c 61 if (Instance->McastUdpPort != NULL) {
63 Instance->McastUdpPort->UdpHandle,
68 UdpIoFreeIo (Instance->McastUdpPort);
69 Instance->McastUdpPort = NULL;
    [all...]
Mtftp4Driver.c 688 if (Instance->McastUdpPort != NULL) {
690 Instance->McastUdpPort->UdpHandle,

Completed in 177 milliseconds