Home
last modified time | relevance | path

Searched refs:VIR_NET_REPLY (Results 1 – 9 of 9) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetserverprogram.c205 … req->type == VIR_NET_STREAM ? VIR_NET_STREAM : VIR_NET_REPLY, in virNetServerProgramSendReplyError()
244 VIR_NET_REPLY, in virNetServerProgramUnknownError()
314 msg->header.type = VIR_NET_REPLY; in virNetServerProgramDispatch()
320 case VIR_NET_REPLY: in virNetServerProgramDispatch()
340 msg->header.type = VIR_NET_REPLY; in virNetServerProgramDispatch()
459 msg->header.type = msg->nfds ? VIR_NET_REPLY_WITH_FDS : VIR_NET_REPLY; in virNetServerProgramDispatchCall()
H A Dvirnetprotocol.x157 VIR_NET_REPLY = 1, enumerator
H A Dvirnetclientprogram.c329 if (msg->header.type != VIR_NET_REPLY && in virNetClientProgramCall()
H A Dvirnetserver.c128 msg->header.type = VIR_NET_REPLY; in virNetServerProcessMsg()
H A Dvirnetclient.c1321 case VIR_NET_REPLY: /* Normal RPC replies */ in virNetClientCallDispatch()
/dports/devel/libvirt/libvirt-7.10.0/src/
H A Dvirnetprotocol-structs4 VIR_NET_REPLY = 1,
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dvirnetmessagetest.c160 if (msg->header.type != VIR_NET_REPLY) { in testMessageHeaderDecode()
162 VIR_NET_REPLY, msg->header.type); in testMessageHeaderDecode()
/dports/devel/libvirt/libvirt-7.10.0/tools/wireshark/src/
H A Dpacket-libvirt.c103 VIR_NET_REPLY = 1, enumerator
127 { VIR_NET_REPLY, "REPLY" },
307 case VIR_NET_REPLY: in find_payload_dissector()
/dports/devel/libvirt/libvirt-7.10.0/src/remote/
H A Dremote_daemon_stream.c409 msg->header.type = VIR_NET_REPLY; in daemonFreeClientStream()
801 msg->header.type = VIR_NET_REPLY; in daemonStreamHandleWrite()