Home
last modified time | relevance | path

Searched refs:L2_ERROR_TYPE (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java51 private static final int L2_ERROR_TYPE = L2_ERROR << 8; field in DhcpErrorEvent
57 public static final int L2_TOO_SHORT = (L2_ERROR_TYPE | 0x1) << 16;
58 public static final int L2_WRONG_ETH_TYPE = (L2_ERROR_TYPE | 0x2) << 16;