Home
last modified time | relevance | path

Searched refs:reply_packet (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp66 DataExtractor &reply_packet) { in SendRequestAndGetReply() argument
89 reply_packet, in SendRequestAndGetReply()
92 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply()
93 const uint8_t reply_sequence_id = reply_packet.GetU8(&offset); in SendRequestAndGetReply()
104 reply_packet.Clear(); in SendRequestAndGetReply()
110 reply_packet.Clear(); in SendRequestAndGetReply()
126 reply_packet.Clear(); in SendRequestAndGetReply()
353 DataExtractor reply_packet; in SendRequestConnect() local
354 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
377 DataExtractor reply_packet; in SendRequestReattach() local
[all …]
H A DCommunicationKDP.h220 lldb_private::DataExtractor &reply_packet);
/openbsd-src/usr.sbin/unbound/testcode/
H A Dtestpkts.h173 struct reply_packet { struct
175 struct reply_packet* next; argument
237 struct reply_packet *reply_list;
H A Dtestpkts.c90 static struct reply_packet*
93 struct reply_packet* pkt = (struct reply_packet*)malloc( in entry_add_reply()
94 sizeof(struct reply_packet)); in entry_add_reply()
95 struct reply_packet ** p = &entry->reply_list; in entry_add_reply()
247 struct reply_packet* pkt) in adjustline()
556 struct reply_packet *cur_reply = NULL; in read_entry()
1792 struct reply_packet *p; in handle_query()
1857 void delete_replylist(struct reply_packet* replist) in delete_replylist()
1859 struct reply_packet *p=replist, *np; in delete_replylist()
H A Dfake_event.c307 struct reply_packet* reppkt = entry->reply_list; in count_reply_packets()
322 struct reply_packet* reppkt; in fill_buffer_with_reply()