Lines Matching full:reply_packet
101 DataExtractor &reply_packet)
129 if (WaitForPacketWithTimeoutMicroSecondsNoLock (reply_packet, GetPacketTimeoutInMicroSeconds ()))
132 const uint8_t reply_command = reply_packet.GetU8 (&offset);
133 const uint8_t reply_sequence_id = reply_packet.GetU8 (&offset);
147 reply_packet.Clear();
155 reply_packet.Clear();
173 reply_packet.Clear();
416 DataExtractor reply_packet;
417 return SendRequestAndGetReply (command, request_packet, reply_packet);
443 reply_packet;
444 if (SendRequestAndGetReply (command, request_packet, reply_packet))
449 m_session_key = reply_packet.GetU32 (&offset);
478 DataExtractor reply_packet;
479 if (SendRequestAndGetReply (command, request_packet, reply_packet))
482 m_kdp_version_version = reply_packet.GetU32 (&offset);
483 m_kdp_version_feature = reply_packet.GetU32 (&offset);
505 DataExtractor reply_packet;
506 if (SendRequestAndGetReply (command, request_packet, reply_packet))
508 const char *path = reply_packet.PeekCStr(8);
615 DataExtractor reply_packet;
616 if (SendRequestAndGetReply (command, request_packet, reply_packet))
619 m_kdp_hostinfo_cpu_mask = reply_packet.GetU32 (&offset);
620 m_kdp_hostinfo_cpu_type = reply_packet.GetU32 (&offset);
621 m_kdp_hostinfo_cpu_subtype = reply_packet.GetU32 (&offset);
650 DataExtractor reply_packet;
651 if (SendRequestAndGetReply (command, request_packet, reply_packet))
653 const char *kernel_version_cstr = reply_packet.PeekCStr(8);
668 DataExtractor reply_packet;
669 if (SendRequestAndGetReply (command, request_packet, reply_packet))
692 DataExtractor reply_packet;
693 if (SendRequestAndGetReply (command, request_packet, reply_packet))
696 uint32_t kdp_error = reply_packet.GetU32 (&offset);
697 uint32_t src_len = reply_packet.GetByteSize() - 12;
701 const void *src = reply_packet.GetData(&offset, src_len);
739 DataExtractor reply_packet;
740 if (SendRequestAndGetReply (command, request_packet, reply_packet))
743 uint32_t kdp_error = reply_packet.GetU32 (&offset);
763 DataExtractor &reply_packet,
773 if (SendRequestAndGetReply (command, request_packet, reply_packet))
776 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1330 DataExtractor reply_packet;
1331 if (SendRequestAndGetReply (command, request_packet, reply_packet))
1334 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1335 uint32_t src_len = reply_packet.GetByteSize() - 12;
1340 const void *src = reply_packet.GetData(&offset, bytes_to_copy);
1377 DataExtractor reply_packet;
1378 if (SendRequestAndGetReply (command, request_packet, reply_packet))
1381 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1403 DataExtractor reply_packet;
1404 if (SendRequestAndGetReply (command, request_packet, reply_packet))
1422 DataExtractor reply_packet;
1423 if (SendRequestAndGetReply (command, request_packet, reply_packet))
1426 uint32_t kdp_error = reply_packet.GetU32 (&offset);
1440 DataExtractor reply_packet;
1441 if (SendRequestAndGetReply (command, request_packet, reply_packet))