HomeSort by relevance Sort by last modified time
    Searched full:l2type (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 781 short l2type = packet.getShort(); local
783 if (l2type != OsConstants.ETH_P_IP) {
785 "Unexpected L2 type 0x%04x, expected 0x%04x", l2type, OsConstants.ETH_P_IP);
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp     [all...]

Completed in 179 milliseconds