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

1 2 3 4 5

  /bionic/libc/kernel/common/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
if_tr.h 39 __be16 ethertype; member in struct:trllc
  /development/ndk/platforms/android-3/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
if_tr.h 39 __be16 ethertype; member in struct:trllc
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
if_tr.h 39 __be16 ethertype; member in struct:trllc
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
if_hippi.h 89 __be16 ethertype; member in struct:hippi_snap_hdr
if_tr.h 39 __be16 ethertype; member in struct:trllc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
if_fddi.h 67 __be16 ethertype; member in struct:fddi_snap_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_fc.h 32 __be16 ethertype; member in struct:fcllc
  /external/tcpdump/
print-symantec.c 37 #include "ethertype.h"
58 (void)printf("invalid ethertype %u", etype);
60 (void)printf("ethertype %s (0x%04x)",
65 (void)printf("invalid ethertype %u", etype);
67 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
print-ap1394.c 37 #include "ethertype.h"
67 (void)printf(", ethertype %s (0x%04x)",
71 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(fp->firewire_type)));
print-ether.c 37 #include "ethertype.h"
93 (void)printf(", ethertype %s (0x%04x)",
100 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type)));
171 * Returns non-zero if it can do so, zero if the ethertype is unknown.
236 printf("ethertype %s, ",
263 printf("ethertype %s, ",
print-cip.c 41 #include "ethertype.h"
50 0x00, /* OUI: EtherType */

Completed in 1044 milliseconds

1 2 3 4 5