Searched defs:hasEth (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Connectivity/Tethering/tests/integration/base/android/net/ |
| D | TetheringTester.java | 370 public static boolean isExpectedIcmpPacket(byte[] packet, boolean hasEth, boolean isIpv4, in isExpectedIcmpPacket() 376 private static boolean isExpectedIcmpPacket(ByteBuffer buf, boolean hasEth, boolean isIpv4, in isExpectedIcmpPacket() 412 private static boolean isExpectedUdpPacket(@NonNull final byte[] rawPacket, boolean hasEth, in isExpectedUdpPacket() 441 public static boolean isExpectedUdpPacket(@NonNull final byte[] rawPacket, boolean hasEth, in isExpectedUdpPacket() 453 public static boolean isExpectedUdpDnsPacket(@NonNull final byte[] rawPacket, boolean hasEth, in isExpectedUdpDnsPacket()
|