Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_core.h50 #define KDP_ACK 4 /* acknowledgement */ macro
H A Dkdp_udp.c1750 if ((opcode64 & 0xFF) == KDP_ACK) { in kdp_send_crashdump_pkt()
1759 th->th_opcode = htons(KDP_ACK); in kdp_send_crashdump_pkt()
1762 if (ntohs(th->th_opcode) == KDP_ACK && ntohl(th->th_block) == panic_block) { in kdp_send_crashdump_pkt()