Home
last modified time | relevance | path

Searched defs:PacketRequest (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/rust/proto/src/
Dpacket_streamer_grpc.rs42 ::grpcio::ClientDuplexSender<super::packet_streamer::PacketRequest>, in stream_packets_opt()
51 ::grpcio::ClientDuplexSender<super::packet_streamer::PacketRequest>, in stream_packets()
68 _stream: ::grpcio::RequestStream<super::packet_streamer::PacketRequest>, in stream_packets()
Dpacket_streamer.rs30 pub struct PacketRequest { struct
34 // @@protoc_insertion_point(special_field:netsim.packet.PacketRequest.special_fields) argument
38 impl<'a> ::std::default::Default for &'a PacketRequest { argument
44 impl PacketRequest { implementation
228 impl ::protobuf::Message for PacketRequest { implementation
325 impl ::protobuf::MessageFull for PacketRequest { implementation
332 impl ::std::fmt::Display for PacketRequest { implementation
338 impl ::protobuf::reflect::ProtobufValue for PacketRequest { implementation
/tools/netsim/proto/netsim/
Dpacket_streamer.proto42 message PacketRequest { message
/tools/netsim/rust/daemon/src/grpc_server/
Dbackend.rs79 mut packet_request: ::grpcio::RequestStream<PacketRequest>, in stream_packets()