Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kdp/
H A Dkdp_core.h61 short th_opcode; /* packet type */ member
H A Dkdp_udp.c1571 coreh->th_opcode = htons((u_short)request); in create_panic_header()
1750 uint16_t opcode64 = ntohs(th->th_opcode); in kdp_send_crashdump_pkt()
1761 th->th_opcode = htons(KDP_ACK); in kdp_send_crashdump_pkt()
1764 if (ntohs(th->th_opcode) == KDP_ACK && ntohl(th->th_block) == panic_block) { in kdp_send_crashdump_pkt()
1766 if (ntohs(th->th_opcode) == KDP_ERROR) { in kdp_send_crashdump_pkt()