Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.h139 Dhcp6MsgReply = 7, enumerator
DDhcp6Io.c2087 if (Packet->Dhcp6.Header.MessageType != Dhcp6MsgReply) { in Dhcp6HandleReplyMsg()
2449 …on != NULL && Instance->Config->RapidCommit && Packet->Dhcp6.Header.MessageType == Dhcp6MsgReply) { in Dhcp6HandleAdvertiseMsg()
2603 …cp6.Header.MessageType != Dhcp6MsgAdvertise && Packet->Dhcp6.Header.MessageType != Dhcp6MsgReply) { in Dhcp6HandleStateful()
2706 if (Packet->Dhcp6.Header.MessageType != Dhcp6MsgReply) { in Dhcp6HandleStateless()