Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kdp/
H A Dkdp_core.h61 short th_opcode; /* packet type */ member
H A Dkdp_udp.c1569 coreh->th_opcode = htons((u_short)request); in create_panic_header()
1748 uint16_t opcode64 = ntohs(th->th_opcode); 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()
1764 if (ntohs(th->th_opcode) == KDP_ERROR) { in kdp_send_crashdump_pkt()