Home
last modified time | relevance | path

Searched refs:DHCP6_PACKET_ALL (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.h113 #define DHCP6_PACKET_ALL 0 macro
DDhcp6Driver.c230 Dhcp6CleanupRetry (Instance, DHCP6_PACKET_ALL); in Dhcp6DestroyInstance()
DDhcp6Io.c316 if (Scope == DHCP6_PACKET_STATEFUL || Scope == DHCP6_PACKET_ALL) { in Dhcp6CleanupRetry()
334 if (Scope == DHCP6_PACKET_STATELESS || Scope == DHCP6_PACKET_ALL) { in Dhcp6CleanupRetry()
2905 Dhcp6CleanupRetry (Instance, DHCP6_PACKET_ALL); in Dhcp6ReceivePacket()