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

1 2

  /external/tcpdump/
print-ether.c 90 if (ntohs(ep->ether_type) <= ETHERMTU)
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)),
95 ntohs(ep->ether_type));
97 if (ntohs(ep->ether_type) <= ETHERMTU)
100 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type)));
110 u_short ether_type; local
126 ether_type = ntohs(ep->ether_type);
131 if (ether_type <= ETHERMTU) {
135 /* ether_type not known, print raw packet *
    [all...]
print-symantec.c 43 u_int16_t ether_type; member in struct:symantec_header
55 etype = ntohs(sp->ether_type);
85 u_short ether_type; local
101 ether_type = ntohs(sp->ether_type);
103 if (ether_type <= ETHERMTU) {
104 /* ether_type not known, print raw packet */
110 } else if (ether_encap_print(ether_type, p, length, caplen,
112 /* ether_type not known, print raw packet */
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 = ntohs(sllp->sll_protocol);
151 if (ether_type <= ETHERMTU)
    [all...]
print-lane.c 97 u_short ether_type; local
132 ether_type = EXTRACT_16BITS(&ep->h_type);
137 if (ether_type <= ETHERMTU) {
141 /* ether_type not known, print raw packet */
151 } else if (ether_encap_print(ether_type, p, length, caplen,
153 /* ether_type not known, print raw packet */
print-ap1394.c 89 u_short ether_type; local
105 ether_type = ntohs(fp->firewire_type);
108 if (ether_encap_print(ether_type, p, length, caplen,
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 */
print-token.c 160 /* ether_type not known, print raw packet */
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
vlan.h 54 uint16 ether_type; member in struct:ethervlan_header
ethernet.h 94 uint16 ether_type; member in struct:ether_header
  /bionic/libc/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /development/ndk/platforms/android-3/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
if_ether.h 74 u_int16_t ether_type; member in struct:ether_header
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/
if_ieee1394.h 72 u_int16_t iuh_etype; /* ether_type */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DebugTraceXfer.c 55 #define Ether_Type 0x0800 /* For IP Protocol */
61 UINT16 ether_Type;
630 Frame->Ether_Header.ether_Type = wlan_htons (Ether_Type);
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 84 #define h_proto ether_type
100 #define h_proto ether_type
  /external/dhcpcd/
bpf.c 147 hw.ether_type = htons(protocol);

Completed in 407 milliseconds

1 2