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