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

1 2 3 4 5 6 7

  /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...]
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-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-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 */
ether.h 50 u_int16_t ether_type; member in struct:ether_header
print-cip.c 90 /* 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
bcmeth.h 38 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
  /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
  /bionic/libc/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /development/ndk/platforms/android-3/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /development/ndk/platforms/android-L/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */

Completed in 428 milliseconds

1 2 3 4 5 6 7