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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 112 UDP_IO *LeaseIoPort; // Udp child with lease IP
Dhcp4Io.c 407 if (DhcpSb->LeaseIoPort != NULL) {
408 UdpIoFreeIo (DhcpSb->LeaseIoPort);
416 DhcpSb->LeaseIoPort = UdpIoCreateIo (
424 if (DhcpSb->LeaseIoPort == NULL) {
473 if (DhcpSb->LeaseIoPort != NULL) {
474 UdpIoFreeIo (DhcpSb->LeaseIoPort);
475 DhcpSb->LeaseIoPort = NULL;
    [all...]

Completed in 115 milliseconds