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

1 2 3 4

  /external/tcpdump/
print-sll.c 56 u_short ether_type; local
69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
71 if (ether_type <= ETHERMTU) {
75 switch (ether_type) {
96 ether_type);
101 tok2str(ethertype_values, "Unknown", ether_type),
102 ether_type);
120 u_short ether_type; local
145 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
152 if (ether_type <= ETHERMTU)
    [all...]
ether.h 50 u_int16_t ether_type; member in struct:ether_header
print-symantec.c 44 u_int16_t ether_type; member in struct:symantec_header
56 etype = EXTRACT_16BITS(&sp->ether_type);
86 u_short ether_type; local
101 ether_type = EXTRACT_16BITS(&sp->ether_type);
103 if (ether_type <= ETHERMTU) {
104 /* ether_type not known, print raw packet */
110 } else if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) {
111 /* ether_type not known, print raw packet */
print-ether.c 99 u_int16_t ether_type; local
107 ether_type = EXTRACT_16BITS(&ep->ether_type);
109 if (ether_type <= ETHERMTU)
113 tok2str(ethertype_values,"Unknown", ether_type),
114 ether_type));
116 if (ether_type <= ETHERMTU)
119 (void)ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type)));
138 u_short ether_type; local
158 ether_type = EXTRACT_16BITS(&ep->ether_type)
    [all...]
print-ap1394.c 93 u_short ether_type; local
108 ether_type = EXTRACT_16BITS(&fp->firewire_type);
109 if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) {
110 /* 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.6/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.11-4.8/sysroot/usr/include/net/
ethernet.h 43 u_int16_t ether_type; /* packet type ID field */ member in struct:ether_header
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 84 #define h_proto ether_type
100 #define h_proto ether_type
  /bionic/libc/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
  /development/ndk/platforms/android-L/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 76 u_int16_t ether_type; member in struct:ether_header

Completed in 775 milliseconds

1 2 3 4