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

1 2 3

  /external/tcpdump/
print-sll.c 136 u_short ether_type; local
149 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
151 if (ether_type <= ETHERMTU) {
155 switch (ether_type) {
176 ether_type));
181 tok2str(ethertype_values, "Unknown", ether_type),
182 ether_type));
200 u_short ether_type; local
225 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
232 if (ether_type <= ETHERMTU)
    [all...]
ether.h 49 uint16_t ether_type; member in struct:ether_header
print-ether.c 94 uint16_t ether_type; local
102 ether_type = EXTRACT_16BITS(&ep->ether_type);
104 if (ether_type <= ETHERMTU)
108 tok2str(ethertype_values,"Unknown", ether_type),
109 ether_type));
111 if (ether_type <= ETHERMTU)
114 ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type)));
133 u_short ether_type; local
153 ether_type = EXTRACT_16BITS(&ep->ether_type)
    [all...]
print-symantec.c 37 uint16_t ether_type; member in struct:symantec_header
49 etype = EXTRACT_16BITS(&sp->ether_type);
79 u_short ether_type; local
94 ether_type = EXTRACT_16BITS(&sp->ether_type);
96 if (ether_type <= ETHERMTU) {
97 /* ether_type not known, print raw packet */
103 } else if (ethertype_print(ndo, ether_type, p, length, caplen) == 0) {
104 /* ether_type not known, print raw packet */
print-ap1394.c 87 u_short ether_type; local
102 ether_type = EXTRACT_16BITS(&fp->firewire_type);
103 if (ethertype_print(ndo, ether_type, p, length, caplen) == 0) {
104 /* ether_type not known, print raw packet */
  /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
ethernet.h 121 uint16 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
  /bionic/libc/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_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-3/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header

Completed in 600 milliseconds

1 2 3