Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c407 if (DhcpSb->LeaseIoPort != NULL) { in DhcpLeaseAcquired()
408 UdpIoFreeIo (DhcpSb->LeaseIoPort); in DhcpLeaseAcquired()
416 DhcpSb->LeaseIoPort = UdpIoCreateIo ( in DhcpLeaseAcquired()
424 if (DhcpSb->LeaseIoPort == NULL) { in DhcpLeaseAcquired()
473 if (DhcpSb->LeaseIoPort != NULL) { in DhcpCleanLease()
474 UdpIoFreeIo (DhcpSb->LeaseIoPort); in DhcpCleanLease()
475 DhcpSb->LeaseIoPort = NULL; in DhcpCleanLease()
1398 UdpIo = DhcpSb->LeaseIoPort; in DhcpSendMessage()
1475 UdpIo = DhcpSb->LeaseIoPort; in DhcpRetransmit()
DDhcp4Impl.h112 UDP_IO *LeaseIoPort; // Udp child with lease IP member