Searched refs:reply_command (Results 1 – 3 of 3) sorted by relevance
142 uint8_t reply_command = exc_reply_packet.GetU8(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local143 if (reply_command == CommunicationKDP::KDP_EXCEPTION) { in SetStopInfoFrom_KDP_EXCEPTION()
92 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply() local97 if ((reply_command & eCommandTypeMask) == command) { in SendRequestAndGetReply()252 uint8_t reply_command = packet.GetU8(&offset); in CheckForPacket() local253 switch (reply_command) { in CheckForPacket()261 request_ack_packet.PutHex8(reply_command | ePacketTypeReply); in CheckForPacket()
95 static int reply_command(CONF *conf, char *section, char *queryfile,433 ret = !reply_command(conf, cfg.section, in ts_main() 774 reply_command(CONF *conf, char *section, char *queryfile, char *passin, in reply_command() function