Home
last modified time | relevance | path

Searched refs:DummyUdpIo (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Driver.c53 if (Service->DummyUdpIo != NULL) { in Mtftp6DestroyService()
54 UdpIoFreeIo (Service->DummyUdpIo); in Mtftp6DestroyService()
131 Mtftp6Srv->DummyUdpIo = UdpIoCreateIo ( in Mtftp6CreateService()
139 if (Mtftp6Srv->DummyUdpIo == NULL) { in Mtftp6CreateService()
599 Service->DummyUdpIo->UdpHandle, in Mtftp6ServiceBindingCreateChild()
704 Service->DummyUdpIo->UdpHandle, in Mtftp6ServiceBindingDestroyChild()
DMtftp6Impl.h120 UDP_IO *DummyUdpIo; member