Searched defs:Bytes (Results 1 – 15 of 15) sorted by relevance
/tools/netsim/rust/daemon/src/transport/ |
D | grpc.rs | 37 fn response(&mut self, packet: Bytes, packet_type: u8) { in response() 58 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
D | socket.rs | 43 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
D | websocket.rs | 75 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
D | fd.rs | 90 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
/tools/netsim/rust/daemon/src/wireless/ |
D | packet.rs | 39 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()
|
D | wifi.rs | 101 fn handle_request(&self, packet: &Bytes) { in handle_request() 138 fn medium_callback(id: u32, packet: &Bytes) { in medium_callback()
|
D | mocked.rs | 35 fn handle_request(&self, _packet: &Bytes) {} in handle_request()
|
D | wireless_adaptor.rs | 53 fn handle_request(&self, packet: &Bytes); in handle_request()
|
D | ble_beacon.rs | 49 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
D | uwb.rs | 66 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
D | bluetooth.rs | 92 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
/tools/netsim/rust/daemon/src/wifi/ |
D | medium.rs | 221 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/ |
D | profile.rs | 45 Bytes, enumerator
|
/tools/netsim/rust/daemon/src/captures/ |
D | captures_handler.rs | 291 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()
|
D | capture.rs | 197 packet: &Bytes, in send()
|