Lines Matching refs:MakeRequestPacketHeader
52 void CommunicationKDP::MakeRequestPacketHeader(CommandType request_type, in MakeRequestPacketHeader() function in CommunicationKDP
346 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestConnect()
372 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestReattach()
405 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestVersion()
491 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestHostInfo()
521 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestKernelVersion()
537 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestDisconnect()
556 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestReadMemory()
595 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestWriteMemory()
627 MakeRequestPacketHeader(command, request_packet, command_length); in SendRawRequest()
1176 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestReadRegisters()
1219 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestWriteRegisters()
1243 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestResume()
1260 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestBreakpoint()
1278 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestSuspend()