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

/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_core.h53 short th_opcode; /* packet type */ member in struct:corehdr
H A Dkdp_udp.c1484 coreh->th_opcode = htons((u_short)request);
1646 uint16_t opcode64 = ntohs(th->th_opcode);
1658 th->th_opcode = htons(KDP_ACK);
1661 if (ntohs(th->th_opcode) == KDP_ACK && ntohl(th->th_block) == panic_block) {
1664 if (ntohs(th->th_opcode) == KDP_ERROR) {

Completed in 28 milliseconds