Searched defs:etherType (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/structs/ |
D | EthernetHeader.java | 52 public final int etherType; field in EthernetHeader 55 final int etherType) { in EthernetHeader()
|
/packages/modules/NetworkStack/src/android/net/util/ |
D | RawSocketUtils.java | 72 final int etherType = ((etherTypeBytes[0] & 0xFF) << 8) | (etherTypeBytes[1] & 0xFF); in sendRawPacketDownStream() local
|
D | ConnectivityPacketSummary.java | 144 final int etherType = asUint(mPacket.getShort()); in parseEther() local
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/arp/ |
D | ArpPacket.java | 112 final short etherType = buffer.getShort(); in parseArpPacket() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | IWifiStaIface.java | 236 boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets()
|
D | WifiStaIface.java | 385 public boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets()
|
D | WifiStaIfaceHidlImpl.java | 306 public boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets() 759 byte[] ipPacketData, int etherType, MacAddress srcAddress, MacAddress dstAddress, in startSendingKeepAlivePacketsInternal()
|
D | WifiStaIfaceAidlImpl.java | 635 public boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | PacketBuilder.java | 110 public void writeL2Header(MacAddress srcMac, MacAddress dstMac, short etherType) throws in writeL2Header()
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | PacketBuilderTest.java | 636 final int etherType = (l3proto == IPPROTO_IP) ? ETHER_TYPE_IPV4 : ETHER_TYPE_IPV6; in buildPackets() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | FrameParser.java | 91 short etherType = data.getShort(); in parseEthernetFrame() local
|