Home
last modified time | relevance | path

Searched defs:send_control (Results 1 – 3 of 3) sorted by relevance

/external/rust/pica/py/pica/pica/
D__init__.py99 def send_control(self, packet: uci.ControlPacket): member in Host
/external/rust/pica/src/
Ddevice.rs208 fn send_control(&mut self, packet: impl Packet) { in send_control() method
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_session.cc1538 auto send_control = std::make_unique<QuicSendControlStream>( in MaybeInitializeHttp3UnidirectionalStreams() local