| /tools/netsim/src/packet_hub/ |
| D | packet_hub.cc | 33 const std::vector<uint8_t> &packet, in HandleRequest() 46 const rust::Vec<uint8_t> &packet, uint8_t packet_type) { in HandleRequestCxx() 55 const std::shared_ptr<std::vector<uint8_t>> &packet) { in HandleBtResponse() 66 const std::shared_ptr<std::vector<uint8_t>> &packet) { in HandleWifiResponse()
|
| /tools/netsim/src/proto/ |
| D | packet_streamer.proto | 51 bytes packet = 3; field 62 bytes packet = 3; field
|
| D | hci_packet.proto | 58 bytes packet = 2; field
|
| /tools/test/connectivity/acts_tests/tests/google/net/ |
| D | DhcpServerTest.py | 148 def _handle_arp(self, packet): argument 887 def _get_response(self, packet): argument 897 def _send(self, packet): argument 900 def _assert_type(self, packet, tp): argument 904 def _assert_ack(self, packet): argument 907 def _assert_nak(self, packet): argument 910 def _assert_offer(self, packet): argument 913 def _assert_broadcast(self, packet): argument 919 def _assert_broadcastbit(self, packet, isset=True): argument 924 def _assert_unicast(self, packet, ipAddr=None): argument [all …]
|
| /tools/netsim/src/backend/ |
| D | grpc_server.cc | 128 auto packet = in ProcessRequests() local 136 auto packet = ToSharedVec(request.mutable_packet()); in ProcessRequests() local 156 const std::vector<uint8_t> &packet, in HandleResponse()
|
| D | fd_server.cc | 23 const std::vector<uint8_t> &packet, in HandleResponse()
|
| D | packet_streamer_client.cc | 37 namespace netsim::packet { namespace
|
| /tools/netsim/src/hci/ |
| D | hci_packet_transport.cc | 95 const std::shared_ptr<std::vector<uint8_t>> &packet) { in Request() 128 const std::vector<uint8_t> &packet) { in Response() 163 const std::shared_ptr<std::vector<uint8_t>> &packet) { in handle_bt_request()
|
| D | bluetooth_facade.cc | 64 void Send(std::vector<uint8_t> const &packet, int8_t tx_power, in Send()
|
| /tools/security/fuzzing/orphans/pppd/ |
| D | eap_fuzz.cc | 16 void write_header(uint8_t *packet, uint16_t data_size, uint8_t type) in write_header() 31 for(const eap_fuzz::proto::Packet& packet: packets.packets()){ in DEFINE_BINARY_PROTO_FUZZER() local
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
| D | Pipe.kt | 53 val packet = queue.take() in next() constant
|
| /tools/netsim/src/uwb/ |
| D | uwb_facade.cc | 40 const std::shared_ptr<std::vector<uint8_t>> &packet) { in HandleUwbRequest()
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | packet_sender.py | 112 def __init__(self, signal, packet, interval, interface, log): argument 166 def send_ntimes(self, packet, ntimes, interval): argument 186 def send_receive_ntimes(self, packet, ntimes, interval): argument 208 def start_sending(self, packet, interval): argument
|
| /tools/netsim/rust/netsim-cxx/src/transport/ |
| D | h4.rs | 60 let mut packet = vec![0u8; preamble_size]; in read_h4_packet() localVariable
|
| /tools/netsim/src/wifi/ |
| D | wifi_facade.cc | 112 const std::shared_ptr<std::vector<uint8_t>> &packet) { in HandleWifiRequest()
|
| /tools/test/connectivity/acts_tests/tests/google/power/wifi/ |
| D | PowerWiFimulticastTest.py | 93 def sendPacketAndMeasure(self, packet): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/ |
| D | transformers.py | 214 def _process_dropped_count(self, packet): argument
|
| /tools/netsim/rust/backend-proto/src/ |
| D | packet_streamer.rs | 49 packet(::std::vec::Vec<u8>), enumerator 403 packet(::std::vec::Vec<u8>), enumerator
|
| D | hci_packet.rs | 31 pub packet: ::std::vec::Vec<u8>, field
|