Home
last modified time | relevance | path

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

/openbsd/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.h315 int is_reply; member
H A Dlisten_dnsport.c2233 req->is_reply = 0; in tcp_req_info_handle_readdone()
2263 if(req->is_reply) { in tcp_req_info_handle_readdone()
2350 req->is_reply = 1; in tcp_req_info_send_reply()
/openbsd/usr.sbin/unbound/services/
H A Dlisten_dnsport.h315 int is_reply; member
H A Dlisten_dnsport.c2233 req->is_reply = 0; in tcp_req_info_handle_readdone()
2263 if(req->is_reply) { in tcp_req_info_handle_readdone()
2350 req->is_reply = 1; in tcp_req_info_send_reply()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp735 const bool is_reply = ExtractIsReply(first_packet_byte); in DumpPacket() local
737 IsRunning(), is_reply ? "<--" : "-->", command_name, in DumpPacket()
740 if (is_reply) { in DumpPacket()