Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 15 of 15) sorted by relevance

/tools/netsim/rust/daemon/src/transport/
Dgrpc.rs37 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
58 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
Dsocket.rs43 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
Dwebsocket.rs75 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
Dfd.rs90 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
/tools/netsim/rust/daemon/src/wireless/
Dpacket.rs39 fn response(&mut self, packet: Bytes, packet_type: u8); in response()
126 pub fn handle_response(chip_id: ChipIdentifier, packet: &Bytes) { in handle_response()
144 pub fn handle_request(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u8) { in handle_request()
174 fn response(&mut self, _packet: Bytes, _packet_type: u8) {} in response()
Dwifi.rs101 fn handle_request(&self, packet: &Bytes) { in handle_request()
138 fn medium_callback(id: u32, packet: &Bytes) { in medium_callback()
Dmocked.rs35 fn handle_request(&self, _packet: &Bytes) {} in handle_request()
Dwireless_adaptor.rs53 fn handle_request(&self, packet: &Bytes); in handle_request()
Dble_beacon.rs49 fn handle_request(&self, packet: &Bytes) { in handle_request()
Duwb.rs66 fn handle_request(&self, packet: &Bytes) { in handle_request()
Dbluetooth.rs92 fn handle_request(&self, packet: &Bytes) { in handle_request()
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs221 pub fn process_response(&self, packet: &Bytes) { in process_response()
248 fn send_frame_response(&self, packet: &Bytes, hwsim_msg: &HwsimMsg) -> anyhow::Result<()> { in send_frame_response()
266 packet: &Bytes, in send_from_ds_frame()
283 fn send_tx_info_response(&self, packet: &Bytes, hwsim_msg: &HwsimMsg) -> anyhow::Result<()> { in send_tx_info_response()
623 fn build_tx_info_and_compare(frame_bytes: &Bytes, tx_info_expected_bytes: &Bytes) { in build_tx_info_and_compare()
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dprofile.rs45 Bytes, enumerator
/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs291 pub fn host_to_controller(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u32) { in host_to_controller()
301 pub fn controller_to_host(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u32) { in controller_to_host()
Dcapture.rs197 packet: &Bytes, in send()