Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dpacket_streamer.rs29 pub struct PacketRequest { struct
33 // @@protoc_insertion_point(special_field:netsim.packet.PacketRequest.special_fields) argument
37 impl<'a> ::std::default::Default for &'a PacketRequest { argument
43 impl PacketRequest { implementation
227 impl ::protobuf::Message for PacketRequest { implementation
324 impl ::protobuf::MessageFull for PacketRequest { implementation
331 impl ::std::fmt::Display for PacketRequest { implementation
337 impl ::protobuf::reflect::ProtobufValue for PacketRequest { implementation
H A Dpacket_streamer_grpc.rs41 ::grpcio::ClientDuplexSender<super::packet_streamer::PacketRequest>, in stream_packets_opt()
50 ::grpcio::ClientDuplexSender<super::packet_streamer::PacketRequest>, in stream_packets()
67 _stream: ::grpcio::RequestStream<super::packet_streamer::PacketRequest>, in stream_packets()
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dpacket_streamer.proto42 message PacketRequest { message
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dbackend.rs79 mut packet_request: ::grpcio::RequestStream<PacketRequest>, in stream_packets()