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