Searched refs:etherType (Results 1 – 2 of 2) sorted by relevance
94 final int etherType = asUint(mPacket.getShort()); in parseEther() local95 switch (etherType) { in parseEther()110 sj.add("ethtype").add(asString(etherType)); in parseEther()
91 short etherType = data.getShort(); in parseEthernetFrame() local92 switch (etherType) { in parseEthernetFrame()