Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/metrics/
DDhcpErrorEvent.java31 public static final int L3_ERROR = 2; field in DhcpErrorEvent
39 public static final int L3_TOO_SHORT = makeErrorCode(L3_ERROR, 1);
40 public static final int L3_NOT_IPV4 = makeErrorCode(L3_ERROR, 2);
41 public static final int L3_INVALID_IP = makeErrorCode(L3_ERROR, 3);