Home
last modified time | relevance | path

Searched defs:ip_packet (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_third_party_vpn_dbus_adaptor.cc128 const std::vector<uint8_t>& ip_packet) { in SendPacket()
/system/connectivity/shill/vpn/
Dthird_party_vpn_driver_unittest.cc129 std::vector<uint8_t> ip_packet(5, 0); in TEST_F() local
Dthird_party_vpn_driver.cc170 void ThirdPartyVpnDriver::SendPacket(const std::vector<uint8_t>& ip_packet, in SendPacket()
400 std::vector<uint8_t> ip_packet(data->buf, data->buf + data->len); in OnInput() local
/system/extras/tests/net_test/
Dmultinetwork_base.py471 def ReceivePacketOn(self, netid, ip_packet): argument