/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeUdpSocket.java | 59 public void handlePacket( in handlePacket() method in IkeUdpSocket.PacketReceiver 82 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in IkeUdpSocket
|
H A D | IkeSocket.java | 202 protected abstract void handlePacket(byte[] recvbuf, int length); in handlePacket() method in IkeSocket 271 void handlePacket(byte[] recvbuf, LongSparseArray<IkeSessionStateMachine> spiToIkeSession); in handlePacket() method
|
H A D | IkeUdpEncapPortPacketHandler.java | 58 public void handlePacket( in handlePacket() method in IkeUdpEncapPortPacketHandler.PacketReceiver
|
H A D | IkeUdp6WithEncapPortSocket.java | 103 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in IkeUdp6WithEncapPortSocket
|
H A D | IkeUdpEncapSocket.java | 127 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in IkeUdpEncapSocket
|
/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/ |
H A D | NetlinkMonitor.java | 104 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in NetlinkMonitor
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpPacketListener.java | 53 protected final void handlePacket(@NonNull Payload recvbuf, int length) { in handlePacket() method in DhcpPacketListener
|
H A D | DhcpClient.java | 656 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in DhcpClient.DhcpPacketHandler 1509 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in DhcpClient.IpConflictDetector
|
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
H A D | TapPacketReader.java | 70 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in TapPacketReader
|
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
H A D | NeighborPacketForwarder.java | 154 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in NeighborPacketForwarder
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
H A D | FdEventsReader.java | 170 protected void handlePacket(@NonNull BufferType recvbuf, int length) {} in handlePacket() method in FdEventsReader
|
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/ |
H A D | FdEventsReader.java | 167 protected void handlePacket(@NonNull BufferType recvbuf, int length) {} in handlePacket() method in FdEventsReader
|
/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | ConnectivityPacketTracker.java | 124 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in ConnectivityPacketTracker.PacketListener
|
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/ |
H A D | PacketReaderTest.java | 102 protected void handlePacket(byte[] recvbuf, int length) { in handlePacket() method in PacketReaderTest.UdpLoopbackReader
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeSocketTestBase.java | 191 public void handlePacket( in handlePacket() method in IkeSocketTestBase.DummyPacketReceiver
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | tun_forwarder.cpp | 192 void TunForwarder::handlePacket(int fd) const { in handlePacket() function in android::net::TunForwarder
|