Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kdp/
H A Dkdp_udp.c1748 uint16_t opcode64 = ntohs(th->th_opcode); in kdp_send_crashdump_pkt() local
1749 uint16_t features64 = (opcode64 & 0xFF00) >> 8; in kdp_send_crashdump_pkt()
1750 if ((opcode64 & 0xFF) == KDP_ACK) { in kdp_send_crashdump_pkt()