HomeSort by relevance Sort by last modified time
    Searched refs:ethertype (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
if_fc.h 36 __be16 ethertype; member in struct:fcllc
if_fddi.h 66 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 81 __be16 ethertype; member in struct:hippi_snap_hdr
  /external/kernel-headers/original/uapi/linux/
if_fc.h 49 __be16 ethertype; /* ether type field */ member in struct:fcllc
if_fddi.h 91 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
if_hippi.h 145 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_fc.h 48 __be16 ethertype; /* ether type field */ member in struct:fcllc
if_fddi.h 87 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
if_tr.h 53 __be16 ethertype; /* ether type field */ member in struct:trllc
if_hippi.h 144 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
  /frameworks/base/core/java/android/net/metrics/
WakeupEvent.java 31 public int ethertype; field in class:WakeupEvent
46 j.add("eth=0x" + Integer.toHexString(ethertype));
WakeupStats.java 97 increment(ethertypes, ev.ethertype);
120 j.add(String.format("ethertype 0x%x: %d", eth, count));
  /system/netd/server/binder/android/net/metrics/
INetdEventListener.aidl 79 * @param ethertype of the RX packet encoded in an int in native order, or -1 if not available.
90 void onWakeupEvent(String prefix, int uid, int ethertype, int ipNextHeader, in byte[] dstHw,
  /external/wpa_supplicant_8/src/common/
eapol_common.h 28 be16 ethertype; member in struct:ieee8023_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_tr.h 54 u_int16_t ethertype; /* ether type field */ member in struct:trllc
  /system/netd/server/
WakeupController.cpp 79 switch (args.ethertype) {
127 .ethertype = -1,
167 args.ethertype = ntohs(packetHdr.hw_protocol);
174 parseAgain = (args.ethertype == -1);
185 // Now that the ethertype is known, reparse msg for correctly extracting the payload.
WakeupController.h 39 int ethertype; member in struct:android::net::WakeupController::ReportArgs
Controllers.cpp 201 listener->onWakeupEvent(prefix, args.uid, args.ethertype, args.ipNextHeader,
WakeupControllerTest.cpp 85 mEventListener.onWakeupEvent(args.prefix, args.uid, args.ethertype, args.ipNextHeader,
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 39 u16 ethertype; member in struct:ieee8023_hdr
89 * 2 byte ethertype */
98 switch (ntohs(hdr->ethertype)) {
112 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
113 ntohs(hdr->ethertype));
308 hdr->ethertype = htons(ETH_P_PAE);
driver_hostap.c 62 u16 fc, ethertype; local
100 printf("No ethertype in data frame\n");
104 ethertype = WPA_GET_BE16(pos);
107 switch (ethertype) {
113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype);
  /external/libpcap/msdos/
makefile 130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
134 pcap-namedb.h ethertype.h
170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
174 pcap-namedb.h ethertype.h
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetdEventListenerService.java 245 public synchronized void onWakeupEvent(String prefix, int uid, int ethertype, int ipNextHeader,
259 event.ethertype = ethertype;
270 uid, iface, ethertype, dstMac, srcIp, dstIp, ipNextHeader, srcPort, dstPort);
  /external/syslinux/gpxe/src/include/gpxe/
ieee80211.h 332 u16 ethertype; /**< Ethernet Type field */ member in struct:ieee80211_llc_snap_header
    [all...]
  /kernel/tests/net/test/
multinetwork_test.py 122 ethertype = {4: net_test.ETH_P_IP, 6: net_test.ETH_P_IPV6}[inner_version]
123 # A GRE header can be as simple as two zero bytes and the ethertype.
124 packet = struct.pack("!i", ethertype) + inner
129 desc, expected = packets.GRE(version, myaddr, dstaddr, ethertype, inner)
    [all...]

Completed in 1163 milliseconds

1 2