Searched refs:KDP_CONNECT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_protocol.h86 KDP_CONNECT, KDP_DISCONNECT, enumerator in enum:__anon1004
193 * KDP_CONNECT
195 typedef struct { /* KDP_CONNECT request */
202 typedef struct { /* KDP_CONNECT reply */
H A Dkdp_udp.c1046 (hdr->request != KDP_CONNECT)) {
1077 if (hdr->request == KDP_CONNECT) {
1199 if (((hdr->request == KDP_CONNECT) || (hdr->request == KDP_REATTACH)) &&
H A Dkdp.c64 dispatch_table[KDP_INVALID_REQUEST-KDP_CONNECT] =
199 ret = ((*dispatch_table[req - KDP_CONNECT])(rd, len, reply_port));

Completed in 29 milliseconds