Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kdp/
H A Dkdp_udp.c1750 uint16_t opcode64 = ntohs(th->th_opcode); in kdp_send_crashdump_pkt() local
1751 uint16_t features64 = (opcode64 & 0xFF00) >> 8; in kdp_send_crashdump_pkt()
1752 if ((opcode64 & 0xFF) == KDP_ACK) { in kdp_send_crashdump_pkt()