Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 19 of 19) sorted by relevance

/tools/netsim/src/packet_hub/
Dpacket_hub.cc33 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/
Dpacket_streamer.proto51 bytes packet = 3; field
62 bytes packet = 3; field
Dhci_packet.proto58 bytes packet = 2; field
/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpServerTest.py148 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/
Dgrpc_server.cc128 auto packet = in ProcessRequests() local
136 auto packet = ToSharedVec(request.mutable_packet()); in ProcessRequests() local
156 const std::vector<uint8_t> &packet, in HandleResponse()
Dfd_server.cc23 const std::vector<uint8_t> &packet, in HandleResponse()
Dpacket_streamer_client.cc37 namespace netsim::packet { namespace
/tools/netsim/src/hci/
Dhci_packet_transport.cc95 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()
Dbluetooth_facade.cc64 void Send(std::vector<uint8_t> const &packet, int8_t tx_power, in Send()
/tools/security/fuzzing/orphans/pppd/
Deap_fuzz.cc16 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/
DPipe.kt53 val packet = queue.take() in next() constant
/tools/netsim/src/uwb/
Duwb_facade.cc40 const std::shared_ptr<std::vector<uint8_t>> &packet) { in HandleUwbRequest()
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py112 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/
Dh4.rs60 let mut packet = vec![0u8; preamble_size]; in read_h4_packet() localVariable
/tools/netsim/src/wifi/
Dwifi_facade.cc112 const std::shared_ptr<std::vector<uint8_t>> &packet) { in HandleWifiRequest()
/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFimulticastTest.py93 def sendPacketAndMeasure(self, packet): argument
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dtransformers.py214 def _process_dropped_count(self, packet): argument
/tools/netsim/rust/backend-proto/src/
Dpacket_streamer.rs49 packet(::std::vec::Vec<u8>), enumerator
403 packet(::std::vec::Vec<u8>), enumerator
Dhci_packet.rs31 pub packet: ::std::vec::Vec<u8>, field