HomeSort by relevance Sort by last modified time
    Searched refs:ethertype (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
  /external/kernel-headers/original/linux/
if_hippi.h 147 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
if_fddi.h 88 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_hippi.h 147 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 147 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 147 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 42 u16 ethertype; member in struct:ieee8023_hdr
128 * 2 byte ethertype */
137 switch (ntohs(hdr->ethertype)) {
151 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
152 ntohs(hdr->ethertype));
336 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/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 505 mDNSOpaque16 ethertype; variable
    [all...]
mDNS.c     [all...]

Completed in 1238 milliseconds

1 2 3 45