Searched refs:opcode64 (Results 1 – 1 of 1) sorted by relevance
1750 uint16_t opcode64 = ntohs(th->th_opcode); in kdp_send_crashdump_pkt() local1751 uint16_t features64 = (opcode64 & 0xFF00) >> 8; in kdp_send_crashdump_pkt()1752 if ((opcode64 & 0xFF) == KDP_ACK) { in kdp_send_crashdump_pkt()