Home
last modified time | relevance | path

Searched refs:xid (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/dhcp/common/
Dmessage.cpp95 message.dhcpData.xid = sourceMessage.dhcpData.xid; in offer()
124 message.dhcpData.xid = sourceMessage.dhcpData.xid; in ack()
147 message.dhcpData.xid = sourceMessage.dhcpData.xid; in nack()
163 if (dhcpData.xid != expectedXid) { in isValidDhcpMessage()
250 dhcpData.xid = htonl(sNextTransactionId++); in Message()
Dmessage.h81 uint32_t xid; /* transaction id */ member
/device/google/cuttlefish_vmm/x86_64/
DCargo.lock352 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
433 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
483 name = "unicode-xid"
572 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/
DPxeDhcp4.h58 UINT32 xid; member
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp479 msg->isValidDhcpMessage(OP_BOOTREPLY, mLastMsg.dhcpData.xid); in receiveDhcpMessage()