HomeSort by relevance Sort by last modified time
    Searched defs:ether_type (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/tcpdump/
print-symantec.c 38 uint16_t ether_type; member in struct:symantec_header
50 etype = EXTRACT_16BITS(&sp->ether_type);
80 u_short ether_type; local
95 ether_type = EXTRACT_16BITS(&sp->ether_type);
97 if (ether_type <= ETHERMTU) {
98 /* ether_type not known, print raw packet */
104 } else if (ethertype_print(ndo, ether_type, p, length, caplen, NULL, NULL) == 0) {
105 /* ether_type not known, print raw packet */
print-ap1394.c 94 u_short ether_type; local
110 ether_type = EXTRACT_16BITS(&fp->firewire_type);
115 if (ethertype_print(ndo, ether_type, p, length, caplen, &src, &dst) == 0) {
116 /* ether_type not known, print raw packet */
print-medsa.c 50 u_short ether_type; member in struct:medsa_pkthdr
145 u_short ether_type; local
160 ether_type = EXTRACT_16BITS(&medsa->ether_type);
161 if (ether_type <= ETHERMTU) {
172 ether_type),
173 ether_type));
174 if (ethertype_print(ndo, ether_type, bp, length, caplen, src, dst) == 0) {
175 /* ether_type not known, print raw packet */
179 ether_type),
    [all...]
print-sll.c 137 u_short ether_type; local
150 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
152 if (ether_type <= ETHERMTU) {
156 switch (ether_type) {
177 ether_type));
182 tok2str(ethertype_values, "Unknown", ether_type),
183 ether_type));
201 u_short ether_type; local
228 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
235 if (ether_type <= ETHERMTU)
    [all...]
  /bionic/libc/include/net/
ethernet.h 73 u_int16_t ether_type; member in struct:ether_header
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 58 uint16 ether_type; member in struct:ethervlan_header
73 uint16 ether_type; /* ethertype */ member in struct:dot3_mac_llc_snapvlan_header
  /development/ndk/platforms/android-21/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /development/ndk/platforms/android-9/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
ethernet.h 43 u_int16_t ether_type; /* packet type ID field */ member in struct:ether_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ethernet.h 43 u_int16_t ether_type; /* packet type ID field */ member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header

Completed in 773 milliseconds

1 2 3 4 5