Searched refs:is_reply (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/kdp/
H A Dkdp.c158 if (rd->hdr.is_reply) {
237 rp->hdr.is_reply = 1;
283 rp->hdr.is_reply = 1;
326 rp->hdr.is_reply = 1;
352 rp->hdr.is_reply = 1;
380 rp->hdr.is_reply = 1;
407 rp->hdr.is_reply = 1;
444 rp->hdr.is_reply = 1;
477 rp->hdr.is_reply = 1;
512 rp->hdr.is_reply
[all...]
H A Dkdp_protocol.h168 unsigned is_reply:1; /* 0 => request, 1 => reply */ member in struct:__anon975
H A Dkdp_udp.c1073 if (hdr->is_reply) {
1101 if (!manual_hdr->is_reply) {
1231 !hdr->is_reply && (hdr->seq == exception_seq)) {
/xnu-2782.1.97/tools/lldbmacros/
H A Dkdp.py5 def GetKDPPacketHeaderInt(request=0, is_reply=False, seq=0, length=0, key=0):
9 is_reply:bool - False => request, True => reply
17 if is_reply:
/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c95 rq->hdr.is_reply = 0;
127 if (!rq->hdr.is_reply || rq->hdr.request != KDP_EXCEPTION)

Completed in 44 milliseconds