Searched defs:etherType (Results 1 – 10 of 10) 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/Connectivity/staticlibs/device/com/android/net/module/util/arp/ |
| D | ArpPacket.java | 112 final short etherType = buffer.getShort(); in parseArpPacket() local
|
| /packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
| D | PacketBuilder.java | 102 public void writeL2Header(MacAddress srcMac, MacAddress dstMac, short etherType) throws in writeL2Header()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
| D | IWifiStaIface.java | 235 boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets()
|
| D | WifiStaIface.java | 384 public boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets()
|
| D | WifiStaIfaceHidlImpl.java | 305 public boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets() 758 byte[] ipPacketData, int etherType, MacAddress srcAddress, MacAddress dstAddress, in startSendingKeepAlivePacketsInternal()
|
| D | WifiStaIfaceAidlImpl.java | 633 public boolean startSendingKeepAlivePackets(int cmdId, byte[] ipPacketData, int etherType, in startSendingKeepAlivePackets()
|
| /packages/modules/NetworkStack/src/android/net/util/ |
| D | ConnectivityPacketSummary.java | 144 final int etherType = asUint(mPacket.getShort()); in parseEther() local
|
| /packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
| D | PacketBuilderTest.java | 536 final int etherType = (l3proto == IPPROTO_IP) ? ETHER_TYPE_IPV4 : ETHER_TYPE_IPV6; in buildPacket() local
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
| D | FrameParser.java | 91 short etherType = data.getShort(); in parseEthernetFrame() local
|